Class AsymmetricStaticProvider
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.encryption.providers.WrappedMaterialsProvider
com.amazonaws.services.dynamodbv2.datamodeling.encryption.providers.AsymmetricStaticProvider
- All Implemented Interfaces:
EncryptionMaterialsProvider
This is a thin wrapper around the
WrappedMaterialsProvider
, using the provided
encryptionKey
for wrapping and unwrapping the record key. Please see that class for
detailed documentation.- Author:
- Greg Rubin
-
Constructor Summary
ConstructorDescriptionAsymmetricStaticProvider
(KeyPair encryptionKey, KeyPair signingPair) AsymmetricStaticProvider
(KeyPair encryptionKey, KeyPair signingPair, Map<String, String> description) AsymmetricStaticProvider
(KeyPair encryptionKey, SecretKey macKey) -
Method Summary
Methods inherited from class com.amazonaws.services.dynamodbv2.datamodeling.encryption.providers.WrappedMaterialsProvider
getDecryptionMaterials, getEncryptionMaterials, refresh
-
Constructor Details
-
AsymmetricStaticProvider
-
AsymmetricStaticProvider
-
AsymmetricStaticProvider
-
AsymmetricStaticProvider
-