Uses of Class
com.amazonaws.encryptionsdk.caching.CryptoMaterialsCache.UsageStats
Packages that use CryptoMaterialsCache.UsageStats
-
Uses of CryptoMaterialsCache.UsageStats in com.amazonaws.encryptionsdk.caching
Fields in com.amazonaws.encryptionsdk.caching declared as CryptoMaterialsCache.UsageStatsMethods in com.amazonaws.encryptionsdk.caching that return CryptoMaterialsCache.UsageStatsModifier and TypeMethodDescriptionCryptoMaterialsCache.UsageStats.add(CryptoMaterialsCache.UsageStats other)
Performs a pairwise add of two UsageStats objects.CryptoMaterialsCache.EncryptCacheEntry.getUsageStats()
Methods in com.amazonaws.encryptionsdk.caching with parameters of type CryptoMaterialsCache.UsageStatsModifier and TypeMethodDescriptionCryptoMaterialsCache.UsageStats.add(CryptoMaterialsCache.UsageStats other)
Performs a pairwise add of two UsageStats objects.CryptoMaterialsCache.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)