Uses of Interface
com.amazonaws.encryptionsdk.caching.CryptoMaterialsCache.EncryptCacheEntry
Packages that use CryptoMaterialsCache.EncryptCacheEntry
-
Uses of CryptoMaterialsCache.EncryptCacheEntry in com.amazonaws.encryptionsdk.caching
Methods in com.amazonaws.encryptionsdk.caching that return CryptoMaterialsCache.EncryptCacheEntryModifier and TypeMethodDescriptionCryptoMaterialsCache.getEntryForEncrypt(byte[] cacheId, CryptoMaterialsCache.UsageStats usageIncrement)
Searches for an entry in the encrypt cache matching a particular cache identifier, and returns one if found.LocalCryptoMaterialsCache.getEntryForEncrypt(byte[] cacheId, CryptoMaterialsCache.UsageStats usageIncrement)
NullCryptoMaterialsCache.getEntryForEncrypt(byte[] cacheId, CryptoMaterialsCache.UsageStats usageIncrement)
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)