Interface EncryptionMaterials
-
- All Superinterfaces:
CryptographicMaterials
- All Known Implementing Classes:
AbstractRawMaterials
,AsymmetricRawMaterials
,SymmetricRawMaterials
,WrappedRawMaterials
public interface EncryptionMaterials extends CryptographicMaterials
- Author:
- Greg Rubin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecretKey
getEncryptionKey()
Key
getSigningKey()
-
Methods inherited from interface com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials.CryptographicMaterials
getMaterialDescription
-
-