Interface EncryptionKeyFactory
-
- All Known Implementing Classes:
KmsKeyFactory
,LocalKeyFactory
public interface EncryptionKeyFactory
Defines a factory that can be used to create AES-GCM compatible encryption keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionKey
create()
-
-
-
Method Detail
-
create
EncryptionKey create()
- Returns:
- A key that satisfies the specification defined in BlockCrypto
-
-