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