public abstract class CryptoAction
extends java.lang.Object
| Constructor and Description |
|---|
CryptoAction() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CryptoAction> |
_typeDescriptor() |
static java.util.ArrayList<CryptoAction> |
AllSingletonConstructors() |
static CryptoAction |
create_DO__NOTHING() |
static CryptoAction |
create_ENCRYPT__AND__SIGN() |
static CryptoAction |
create_SIGN__ONLY() |
static CryptoAction |
Default() |
boolean |
is_DO__NOTHING() |
boolean |
is_ENCRYPT__AND__SIGN() |
boolean |
is_SIGN__ONLY() |
public static CryptoAction Default()
public static dafny.TypeDescriptor<CryptoAction> _typeDescriptor()
public static CryptoAction create_ENCRYPT__AND__SIGN()
public static CryptoAction create_SIGN__ONLY()
public static CryptoAction create_DO__NOTHING()
public boolean is_ENCRYPT__AND__SIGN()
public boolean is_SIGN__ONLY()
public boolean is_DO__NOTHING()
public static java.util.ArrayList<CryptoAction> AllSingletonConstructors()