public class _Companion_ICryptographicMaterialsCache
extends java.lang.Object
| Constructor and Description |
|---|
_Companion_ICryptographicMaterialsCache() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<ICryptographicMaterialsCache> |
_typeDescriptor() |
static Wrappers_Compile.Result<dafny.Tuple0,Error> |
DeleteCacheEntry(ICryptographicMaterialsCache _this,
DeleteCacheEntryInput input) |
static Wrappers_Compile.Result<GetCacheEntryOutput,Error> |
GetCacheEntry(ICryptographicMaterialsCache _this,
GetCacheEntryInput input) |
static Wrappers_Compile.Result<dafny.Tuple0,Error> |
PutCacheEntry(ICryptographicMaterialsCache _this,
PutCacheEntryInput input) |
static Wrappers_Compile.Result<dafny.Tuple0,Error> |
UpdateUsageMetadata(ICryptographicMaterialsCache _this,
UpdateUsageMetadataInput input) |
public _Companion_ICryptographicMaterialsCache()
public static dafny.TypeDescriptor<ICryptographicMaterialsCache> _typeDescriptor()
public static Wrappers_Compile.Result<dafny.Tuple0,Error> PutCacheEntry(ICryptographicMaterialsCache _this, PutCacheEntryInput input)
public static Wrappers_Compile.Result<dafny.Tuple0,Error> UpdateUsageMetadata(ICryptographicMaterialsCache _this, UpdateUsageMetadataInput input)
public static Wrappers_Compile.Result<GetCacheEntryOutput,Error> GetCacheEntry(ICryptographicMaterialsCache _this, GetCacheEntryInput input)
public static Wrappers_Compile.Result<dafny.Tuple0,Error> DeleteCacheEntry(ICryptographicMaterialsCache _this, DeleteCacheEntryInput input)