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