Package | Description |
---|---|
com.amazonaws.encryptionsdk |
Contains
AwsCrypto , the primary entry-point to the Aws
Encryption SDK. |
com.amazonaws.encryptionsdk.caching | |
com.amazonaws.encryptionsdk.model |
Contains the classes that implement the defined message format for storing the encrypted content
and the data key.
|
Modifier and Type | Method and Description |
---|---|
DecryptionMaterials |
DefaultCryptoMaterialsManager.decryptMaterials(DecryptionMaterialsRequest request) |
DecryptionMaterials |
CryptoMaterialsManager.decryptMaterials(DecryptionMaterialsRequest request) |
Modifier and Type | Method and Description |
---|---|
DecryptionMaterials |
CachingCryptoMaterialsManager.decryptMaterials(DecryptionMaterialsRequest request) |
DecryptionMaterials |
CryptoMaterialsCache.DecryptCacheEntry.getResult()
Returns the DecryptionMaterials associated with this entry.
|
Modifier and Type | Method and Description |
---|---|
void |
NullCryptoMaterialsCache.putEntryForDecrypt(byte[] cacheId,
DecryptionMaterials decryptionMaterials,
CryptoMaterialsCache.CacheHint hint) |
void |
CryptoMaterialsCache.putEntryForDecrypt(byte[] cacheId,
DecryptionMaterials decryptionMaterials,
CryptoMaterialsCache.CacheHint hint)
Adds a new entry to the decrypt cache.
|
void |
LocalCryptoMaterialsCache.putEntryForDecrypt(byte[] cacheId,
DecryptionMaterials decryptionMaterials,
CryptoMaterialsCache.CacheHint hint) |
Modifier and Type | Method and Description |
---|---|
DecryptionMaterials |
DecryptionMaterials.Builder.build() |
Copyright © 2023. All rights reserved.