Uses of Class
com.amazonaws.encryptionsdk.model.EncryptionMaterials
-
Packages that use EncryptionMaterials Package Description com.amazonaws.encryptionsdk ContainsAwsCrypto
, the primary entry-point to the Aws Encryption SDK.com.amazonaws.encryptionsdk.caching com.amazonaws.encryptionsdk.internal Contains the internal classes that handle the cryptographic defined by the message formats and algorithms.com.amazonaws.encryptionsdk.model 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 EncryptionMaterials Modifier and Type Method Description EncryptionMaterials
CryptoMaterialsManager. getMaterialsForEncrypt(EncryptionMaterialsRequest request)
Prepares materials for an encrypt request.EncryptionMaterials
DefaultCryptoMaterialsManager. getMaterialsForEncrypt(EncryptionMaterialsRequest request)
-
Uses of EncryptionMaterials in com.amazonaws.encryptionsdk.caching
Methods in com.amazonaws.encryptionsdk.caching that return EncryptionMaterials Modifier and Type Method Description EncryptionMaterials
CachingCryptoMaterialsManager. getMaterialsForEncrypt(EncryptionMaterialsRequest request)
EncryptionMaterials
CryptoMaterialsCache.EncryptCacheEntry. getResult()
Methods in com.amazonaws.encryptionsdk.caching with parameters of type EncryptionMaterials Modifier and Type Method Description CryptoMaterialsCache.EncryptCacheEntry
CryptoMaterialsCache. 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.CryptoMaterialsCache.EncryptCacheEntry
LocalCryptoMaterialsCache. putEntryForEncrypt(byte[] cacheId, EncryptionMaterials encryptionMaterials, CryptoMaterialsCache.CacheHint hint, CryptoMaterialsCache.UsageStats initialUsage)
CryptoMaterialsCache.EncryptCacheEntry
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 EncryptionMaterials Constructor Description EncryptionHandler(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 Modifier and Type Method Description EncryptionMaterials
EncryptionMaterials.Builder. build()
-