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