Class SymmetricRawMaterials
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials.AbstractRawMaterials
com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials.SymmetricRawMaterials
- All Implemented Interfaces:
CryptographicMaterials
,DecryptionMaterials
,EncryptionMaterials
- Author:
- Greg Rubin
-
Constructor Summary
ConstructorDescriptionSymmetricRawMaterials
(SecretKey encryptionKey, KeyPair signingPair) SymmetricRawMaterials
(SecretKey encryptionKey, SecretKey macKey) -
Method Summary
Methods inherited from class com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials.AbstractRawMaterials
getMaterialDescription, getSigningKey, getVerificationKey, setMaterialDescription
-
Constructor Details
-
SymmetricRawMaterials
-
SymmetricRawMaterials
-
SymmetricRawMaterials
-
SymmetricRawMaterials
-
-
Method Details
-
getEncryptionKey
-
getDecryptionKey
-