Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials.DecryptionMaterials
Package
Description
-
Uses of DecryptionMaterials in com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials
Modifier and TypeClassDescriptionclass
class
class
class
Represents cryptographic materials used to manage unique record-level keys. -
Uses of DecryptionMaterials in com.amazonaws.services.dynamodbv2.datamodeling.encryption.providers
Modifier and TypeMethodDescriptionCachingMostRecentProvider.getDecryptionMaterials
(EncryptionContext context) DirectKmsMaterialProvider.getDecryptionMaterials
(EncryptionContext context) EncryptionMaterialsProvider.getDecryptionMaterials
(EncryptionContext context) Retrieves encryption materials matching the specified description from some source.KeyStoreMaterialsProvider.getDecryptionMaterials
(EncryptionContext context) SymmetricStaticProvider.getDecryptionMaterials
(EncryptionContext context) Returns theencryptionKey
provided to the constructor if and only ifmaterialDescription
is a super-set (may be equal) to thedescription
provided to the constructor.WrappedMaterialsProvider.getDecryptionMaterials
(EncryptionContext context)