FileEncryptionScheme
class FileEncryptionScheme
kotlin.Any | ||
↳ | kotlin.Enum<androidx.security.crypto.EncryptedFile.FileEncryptionScheme> | |
↳ | androidx.security.crypto.EncryptedFile.FileEncryptionScheme |
The encryption scheme to encrypt files.
Summary
Enum values | |
---|---|
The file content is encrypted using StreamingAead with AES-GCM, with the file name as associated data. |
Enum values
AES256_GCM_HKDF_4KB
enum val AES256_GCM_HKDF_4KB : EncryptedFile.FileEncryptionScheme
The file content is encrypted using StreamingAead with AES-GCM, with the file name as associated data. For more information please see the Tink documentation: AesGcmHkdfStreamingKeyManager.aes256GcmHkdf4KBTemplate()