| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.datamodeling.encryption.materials | |
| com.amazonaws.services.dynamodbv2.datamodeling.encryption.providers |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRawMaterials |
class |
AsymmetricRawMaterials |
class |
SymmetricRawMaterials |
class |
WrappedRawMaterials
Represents cryptographic materials used to manage unique record-level keys.
|
| Modifier and Type | Method and Description |
|---|---|
DecryptionMaterials |
EncryptionMaterialsProvider.getDecryptionMaterials(EncryptionContext context)
Retrieves encryption materials matching the specified description from some source.
|
DecryptionMaterials |
KeyStoreMaterialsProvider.getDecryptionMaterials(EncryptionContext context) |
DecryptionMaterials |
CachingMostRecentProvider.getDecryptionMaterials(EncryptionContext context) |
DecryptionMaterials |
DirectKmsMaterialProvider.getDecryptionMaterials(EncryptionContext context) |
DecryptionMaterials |
WrappedMaterialsProvider.getDecryptionMaterials(EncryptionContext context) |
DecryptionMaterials |
SymmetricStaticProvider.getDecryptionMaterials(EncryptionContext context)
Returns the
encryptionKey provided to the constructor if and only if
materialDescription is a super-set (may be equal) to the description
provided to the constructor. |
Copyright © 2021. All rights reserved.