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 EncryptionMaterialsCryptoMaterialsManager. getMaterialsForEncrypt(EncryptionMaterialsRequest request)Prepares materials for an encrypt request.EncryptionMaterialsDefaultCryptoMaterialsManager. 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 EncryptionMaterialsCachingCryptoMaterialsManager. getMaterialsForEncrypt(EncryptionMaterialsRequest request)EncryptionMaterialsCryptoMaterialsCache.EncryptCacheEntry. getResult()Methods in com.amazonaws.encryptionsdk.caching with parameters of type EncryptionMaterials Modifier and Type Method Description CryptoMaterialsCache.EncryptCacheEntryCryptoMaterialsCache. 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.EncryptCacheEntryLocalCryptoMaterialsCache. putEntryForEncrypt(byte[] cacheId, EncryptionMaterials encryptionMaterials, CryptoMaterialsCache.CacheHint hint, CryptoMaterialsCache.UsageStats initialUsage)CryptoMaterialsCache.EncryptCacheEntryNullCryptoMaterialsCache. 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 EncryptionMaterialsEncryptionMaterials.Builder. build()
-