Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials.CryptographicMaterials
-
Packages that use CryptographicMaterials Package Description com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials -
-
Uses of CryptographicMaterials in com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials
Subinterfaces of CryptographicMaterials in com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials Modifier and Type Interface Description interface
DecryptionMaterials
interface
EncryptionMaterials
Classes in com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials that implement CryptographicMaterials Modifier and Type Class Description class
AbstractRawMaterials
class
AsymmetricRawMaterials
class
SymmetricRawMaterials
class
WrappedRawMaterials
Represents cryptographic materials used to manage unique record-level keys.
-