Uses of Class
com.amazonaws.encryptionsdk.model.EncryptionMaterials
Packages that use EncryptionMaterials
Package
Description
Contains
AwsCrypto
, the primary entry-point to the Aws
Encryption SDK.Contains the internal classes that handle the cryptographic defined by the message formats and
algorithms.
Contains the classes that implement the defined message format for storing the encrypted content
and the data key.
-
Uses of EncryptionMaterials in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk that return EncryptionMaterialsModifier and TypeMethodDescriptionCryptoMaterialsManager.getMaterialsForEncrypt(EncryptionMaterialsRequest request)
Prepares materials for an encrypt request.DefaultCryptoMaterialsManager.getMaterialsForEncrypt(EncryptionMaterialsRequest request)
-
Uses of EncryptionMaterials in com.amazonaws.encryptionsdk.caching
Methods in com.amazonaws.encryptionsdk.caching that return EncryptionMaterialsModifier and TypeMethodDescriptionCachingCryptoMaterialsManager.getMaterialsForEncrypt(EncryptionMaterialsRequest request)
CryptoMaterialsCache.EncryptCacheEntry.getResult()
Methods in com.amazonaws.encryptionsdk.caching with parameters of type EncryptionMaterialsModifier and TypeMethodDescriptionCryptoMaterialsCache.putEntryForEncrypt(byte[] cacheId, EncryptionMaterials encryptionMaterials, CryptoMaterialsCache.CacheHint hint, CryptoMaterialsCache.UsageStats initialUsage)
Attempts to add a new entry to the encrypt cache to be returned on subsequentCryptoMaterialsCache.getEntryForEncrypt(byte[], UsageStats)
calls.LocalCryptoMaterialsCache.putEntryForEncrypt(byte[] cacheId, EncryptionMaterials encryptionMaterials, CryptoMaterialsCache.CacheHint hint, CryptoMaterialsCache.UsageStats initialUsage)
NullCryptoMaterialsCache.putEntryForEncrypt(byte[] cacheId, EncryptionMaterials encryptionMaterials, CryptoMaterialsCache.CacheHint hint, CryptoMaterialsCache.UsageStats initialUsage)
-
Uses of EncryptionMaterials in com.amazonaws.encryptionsdk.internal
Constructors in com.amazonaws.encryptionsdk.internal with parameters of type EncryptionMaterialsModifierConstructorDescriptionEncryptionHandler(int frameSize, EncryptionMaterials result, CommitmentPolicy commitmentPolicy)
Create an encryption handler using the provided master key and encryption context. -
Uses of EncryptionMaterials in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model that return EncryptionMaterials