Package com.amazonaws.services.dynamodbv2.datamodeling.encryption
package com.amazonaws.services.dynamodbv2.datamodeling.encryption
-
ClassDescriptionIdentifies keys which should not be used directly with
Cipher
but instead contain their own cryptographic logic.Prevents the associated item (class or attribute) from being encrypted.Prevents the associated item from being encrypted or signed.The low-level API used byAttributeEncryptor
to perform crypto operations on the record attributes.This class serves to provide additional useful data toEncryptionMaterialsProvider
s so they can more intelligently select the properEncryptionMaterials
orDecryptionMaterials
for use.Builder class forEncryptionContext
.Marker annotation that indicates that attributes found during unmarshalling that are in the DynamoDB item but not modeled in the mapper model class should be included in for decryption/signature verification.Overrides the default tablename used as part of the data signature withtableName
instead.