Package com.amazonaws.encryptionsdk.caching
package com.amazonaws.encryptionsdk.caching
-
Interface SummaryInterfaceDescriptionRepresents a generic cache for cryptographic materials.Contains some additional information associated with a cache entry.Represents an entry in the decrypt cache, and provides methods for manipulating the entry.Represents an entry in the encrypt cache, and provides methods for manipulating the entry.
-
Class SummaryClassDescriptionThe CachingCryptoMaterialsManager wraps another
CryptoMaterialsManager
, and caches its results.A simple implementation of theCryptoMaterialsCache
using a basic LRU cache.ACryptoMaterialsCache
that doesn't actually cache anything.