public static interface CryptoMaterialsCache.DecryptCacheEntry
Modifier and Type | Method and Description |
---|---|
long |
getEntryCreationTime() |
DecryptionMaterials |
getResult()
Returns the DecryptionMaterials associated with this entry.
|
void |
invalidate()
Advises the cache that this entry should be removed from the cache.
|
DecryptionMaterials getResult()
void invalidate()
long getEntryCreationTime()
Copyright © 2019. All rights reserved.