public final class CryptographicMaterialsCache extends java.lang.Object implements ICryptographicMaterialsCache
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CryptographicMaterialsCache.NativeWrapper |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteCacheEntry(DeleteCacheEntryInput input) |
GetCacheEntryOutput |
GetCacheEntry(GetCacheEntryInput input) |
ICryptographicMaterialsCache |
impl() |
void |
PutCacheEntry(PutCacheEntryInput input) |
void |
UpdateUsageMetadata(UpdateUsageMetadataInput input) |
static <I extends ICryptographicMaterialsCache> |
wrap(I iCryptographicMaterialsCache) |
static CryptographicMaterialsCache |
wrap(ICryptographicMaterialsCache iCryptographicMaterialsCache) |
public static CryptographicMaterialsCache wrap(ICryptographicMaterialsCache iCryptographicMaterialsCache)
public static <I extends ICryptographicMaterialsCache> CryptographicMaterialsCache wrap(I iCryptographicMaterialsCache)
public ICryptographicMaterialsCache impl()
public void DeleteCacheEntry(DeleteCacheEntryInput input)
DeleteCacheEntry in interface ICryptographicMaterialsCachepublic GetCacheEntryOutput GetCacheEntry(GetCacheEntryInput input)
GetCacheEntry in interface ICryptographicMaterialsCachepublic void PutCacheEntry(PutCacheEntryInput input)
PutCacheEntry in interface ICryptographicMaterialsCachepublic void UpdateUsageMetadata(UpdateUsageMetadataInput input)
UpdateUsageMetadata in interface ICryptographicMaterialsCache