Package 

Enum EncryptedFile.FileEncryptionScheme

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AES256_GCM_HKDF_4KB

      The file content is encrypted using StreamingAead with AES-GCM, with the file name asassociated data.

      For more information please see the Tink documentation:

      AesGcmHkdfStreamingKeyManager.aes256GcmHkdf4KBTemplate()