| 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 |
|---|---|
EncryptionMaterials |
EncryptionMaterialsProvider.getEncryptionMaterials(EncryptionContext context)
Returns EncryptionMaterials which the caller can use for encryption.
|
EncryptionMaterials |
KeyStoreMaterialsProvider.getEncryptionMaterials(EncryptionContext context) |
EncryptionMaterials |
CachingMostRecentProvider.getEncryptionMaterials(EncryptionContext context) |
EncryptionMaterials |
DirectKmsMaterialProvider.getEncryptionMaterials(EncryptionContext context) |
EncryptionMaterials |
WrappedMaterialsProvider.getEncryptionMaterials(EncryptionContext context) |
EncryptionMaterials |
SymmetricStaticProvider.getEncryptionMaterials(EncryptionContext context)
Returns the
encryptionKey provided to the constructor. |
Copyright © 2021. All rights reserved.