public class CreateCryptographicMaterialsCacheInput
extends java.lang.Object
| Constructor and Description |
|---|
CreateCryptographicMaterialsCacheInput(CacheType cache) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CreateCryptographicMaterialsCacheInput> |
_typeDescriptor() |
static CreateCryptographicMaterialsCacheInput |
create_CreateCryptographicMaterialsCacheInput(CacheType cache) |
static CreateCryptographicMaterialsCacheInput |
create(CacheType cache) |
static CreateCryptographicMaterialsCacheInput |
Default() |
CacheType |
dtor_cache() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_CreateCryptographicMaterialsCacheInput() |
java.lang.String |
toString() |
public CacheType _cache
public CreateCryptographicMaterialsCacheInput(CacheType cache)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static CreateCryptographicMaterialsCacheInput Default()
public static dafny.TypeDescriptor<CreateCryptographicMaterialsCacheInput> _typeDescriptor()
public static CreateCryptographicMaterialsCacheInput create(CacheType cache)
public static CreateCryptographicMaterialsCacheInput create_CreateCryptographicMaterialsCacheInput(CacheType cache)
public boolean is_CreateCryptographicMaterialsCacheInput()
public CacheType dtor_cache()