EncryptedFile.FileEncryptionScheme
public
static
final
enum
EncryptedFile.FileEncryptionScheme
extends Enum<EncryptedFile.FileEncryptionScheme>
The encryption scheme to encrypt files.
Summary
Enum values |
EncryptedFile.FileEncryptionScheme |
AES256_GCM_HKDF_4KB
The file content is encrypted using StreamingAead with AES-GCM, with the
file name as associated data.
|
Inherited methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(EncryptedFile.FileEncryptionScheme arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<EncryptedFile.FileEncryptionScheme>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
|
Enum values
Public methods
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.