Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials.DecryptionMaterials
-
Packages that use DecryptionMaterials Package Description com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials com.amazonaws.services.dynamodbv2.datamodeling.encryption.providers -
-
Uses of DecryptionMaterials in com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials
Classes in com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials that implement DecryptionMaterials Modifier and Type Class Description classAbstractRawMaterialsclassAsymmetricRawMaterialsclassSymmetricRawMaterialsclassWrappedRawMaterialsRepresents cryptographic materials used to manage unique record-level keys. -
Uses of DecryptionMaterials in com.amazonaws.services.dynamodbv2.datamodeling.encryption.providers
Methods in com.amazonaws.services.dynamodbv2.datamodeling.encryption.providers that return DecryptionMaterials Modifier and Type Method Description DecryptionMaterialsCachingMostRecentProvider. getDecryptionMaterials(EncryptionContext context)DecryptionMaterialsDirectKmsMaterialProvider. getDecryptionMaterials(EncryptionContext context)DecryptionMaterialsEncryptionMaterialsProvider. getDecryptionMaterials(EncryptionContext context)Retrieves encryption materials matching the specified description from some source.DecryptionMaterialsKeyStoreMaterialsProvider. getDecryptionMaterials(EncryptionContext context)DecryptionMaterialsSymmetricStaticProvider. getDecryptionMaterials(EncryptionContext context)Returns theencryptionKeyprovided to the constructor if and only ifmaterialDescriptionis a super-set (may be equal) to thedescriptionprovided to the constructor.DecryptionMaterialsWrappedMaterialsProvider. getDecryptionMaterials(EncryptionContext context)
-