Uses of Interface
com.amazonaws.encryptionsdk.caching.CryptoMaterialsCache.CacheHint
Packages that use CryptoMaterialsCache.CacheHint
-
Uses of CryptoMaterialsCache.CacheHint in com.amazonaws.encryptionsdk.caching
Methods in com.amazonaws.encryptionsdk.caching with parameters of type CryptoMaterialsCache.CacheHintModifier and TypeMethodDescriptionvoid
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)
void
NullCryptoMaterialsCache.putEntryForDecrypt(byte[] cacheId, DecryptionMaterials decryptionMaterials, CryptoMaterialsCache.CacheHint hint)
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.LocalCryptoMaterialsCache.putEntryForEncrypt(byte[] cacheId, EncryptionMaterials encryptionMaterials, CryptoMaterialsCache.CacheHint hint, CryptoMaterialsCache.UsageStats initialUsage)
NullCryptoMaterialsCache.putEntryForEncrypt(byte[] cacheId, EncryptionMaterials encryptionMaterials, CryptoMaterialsCache.CacheHint hint, CryptoMaterialsCache.UsageStats initialUsage)