Interface AesGcmKeyProvider
-
- All Implemented Interfaces:
public interface AesGcmKeyProvider
Interface to get AES GCM keys for files
-
-
Method Summary
Modifier and Type Method Description abstract ByteArray
getAesKeyForContext(String file, AesGcmEncryptedFileIoProcessor.AESGCMEncrypterMode keyMode)
Returns the 128bit or 256 key for the given file with the length depending on the key mode -
-
Method Detail
-
getAesKeyForContext
abstract ByteArray getAesKeyForContext(String file, AesGcmEncryptedFileIoProcessor.AESGCMEncrypterMode keyMode)
Returns the 128bit or 256 key for the given file with the length depending on the key mode
-
-
-
-