public class DecryptMaterialsOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
DecryptionMaterials |
_decryptionMaterials |
| Constructor and Description |
|---|
DecryptMaterialsOutput(DecryptionMaterials decryptionMaterials) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<DecryptMaterialsOutput> |
_typeDescriptor() |
static DecryptMaterialsOutput |
create_DecryptMaterialsOutput(DecryptionMaterials decryptionMaterials) |
static DecryptMaterialsOutput |
create(DecryptionMaterials decryptionMaterials) |
static DecryptMaterialsOutput |
Default() |
DecryptionMaterials |
dtor_decryptionMaterials() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_DecryptMaterialsOutput() |
java.lang.String |
toString() |
public DecryptionMaterials _decryptionMaterials
public DecryptMaterialsOutput(DecryptionMaterials decryptionMaterials)
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 DecryptMaterialsOutput Default()
public static dafny.TypeDescriptor<DecryptMaterialsOutput> _typeDescriptor()
public static DecryptMaterialsOutput create(DecryptionMaterials decryptionMaterials)
public static DecryptMaterialsOutput create_DecryptMaterialsOutput(DecryptionMaterials decryptionMaterials)
public boolean is_DecryptMaterialsOutput()
public DecryptionMaterials dtor_decryptionMaterials()