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
public class SymmetricRawMaterials extends AbstractRawMaterials
- Author:
- Greg Rubin
-
-
Constructor Summary
Constructors Constructor Description SymmetricRawMaterials(SecretKey encryptionKey, KeyPair signingPair)
SymmetricRawMaterials(SecretKey encryptionKey, KeyPair signingPair, Map<String,String> description)
SymmetricRawMaterials(SecretKey encryptionKey, SecretKey macKey)
SymmetricRawMaterials(SecretKey encryptionKey, SecretKey macKey, Map<String,String> description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretKey
getDecryptionKey()
SecretKey
getEncryptionKey()
-
Methods inherited from class com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials.AbstractRawMaterials
getMaterialDescription, getSigningKey, getVerificationKey, setMaterialDescription
-
-