Uses of Class
com.amazonaws.encryptionsdk.model.DecryptionMaterials
Packages that use DecryptionMaterials
Package
Description
Contains
AwsCrypto, the primary entry-point to the Aws
Encryption SDK.Contains the classes that implement the defined message format for storing the encrypted content
and the data key.
-
Uses of DecryptionMaterials in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk that return DecryptionMaterialsModifier and TypeMethodDescriptionCryptoMaterialsManager.decryptMaterials(DecryptionMaterialsRequest request)DefaultCryptoMaterialsManager.decryptMaterials(DecryptionMaterialsRequest request) -
Uses of DecryptionMaterials in com.amazonaws.encryptionsdk.caching
Methods in com.amazonaws.encryptionsdk.caching that return DecryptionMaterialsModifier and TypeMethodDescriptionCachingCryptoMaterialsManager.decryptMaterials(DecryptionMaterialsRequest request)CryptoMaterialsCache.DecryptCacheEntry.getResult()Returns the DecryptionMaterials associated with this entry.Methods in com.amazonaws.encryptionsdk.caching with parameters of type DecryptionMaterialsModifier and TypeMethodDescriptionvoidCryptoMaterialsCache.putEntryForDecrypt(byte[] cacheId, DecryptionMaterials decryptionMaterials, CryptoMaterialsCache.CacheHint hint)Adds a new entry to the decrypt cache.voidLocalCryptoMaterialsCache.putEntryForDecrypt(byte[] cacheId, DecryptionMaterials decryptionMaterials, CryptoMaterialsCache.CacheHint hint)voidNullCryptoMaterialsCache.putEntryForDecrypt(byte[] cacheId, DecryptionMaterials decryptionMaterials, CryptoMaterialsCache.CacheHint hint) -
Uses of DecryptionMaterials in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model that return DecryptionMaterials