public class OnDecryptOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
DecryptionMaterials |
_materials |
| Constructor and Description |
|---|
OnDecryptOutput(DecryptionMaterials materials) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<OnDecryptOutput> |
_typeDescriptor() |
static OnDecryptOutput |
create_OnDecryptOutput(DecryptionMaterials materials) |
static OnDecryptOutput |
create(DecryptionMaterials materials) |
static OnDecryptOutput |
Default() |
DecryptionMaterials |
dtor_materials() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_OnDecryptOutput() |
java.lang.String |
toString() |
public DecryptionMaterials _materials
public OnDecryptOutput(DecryptionMaterials materials)
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 OnDecryptOutput Default()
public static dafny.TypeDescriptor<OnDecryptOutput> _typeDescriptor()
public static OnDecryptOutput create(DecryptionMaterials materials)
public static OnDecryptOutput create_OnDecryptOutput(DecryptionMaterials materials)
public boolean is_OnDecryptOutput()
public DecryptionMaterials dtor_materials()