public class GetEncryptionMaterialsOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
EncryptionMaterials |
_encryptionMaterials |
| Constructor and Description |
|---|
GetEncryptionMaterialsOutput(EncryptionMaterials encryptionMaterials) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<GetEncryptionMaterialsOutput> |
_typeDescriptor() |
static GetEncryptionMaterialsOutput |
create_GetEncryptionMaterialsOutput(EncryptionMaterials encryptionMaterials) |
static GetEncryptionMaterialsOutput |
create(EncryptionMaterials encryptionMaterials) |
static GetEncryptionMaterialsOutput |
Default() |
EncryptionMaterials |
dtor_encryptionMaterials() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_GetEncryptionMaterialsOutput() |
java.lang.String |
toString() |
public EncryptionMaterials _encryptionMaterials
public GetEncryptionMaterialsOutput(EncryptionMaterials encryptionMaterials)
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 GetEncryptionMaterialsOutput Default()
public static dafny.TypeDescriptor<GetEncryptionMaterialsOutput> _typeDescriptor()
public static GetEncryptionMaterialsOutput create(EncryptionMaterials encryptionMaterials)
public static GetEncryptionMaterialsOutput create_GetEncryptionMaterialsOutput(EncryptionMaterials encryptionMaterials)
public boolean is_GetEncryptionMaterialsOutput()
public EncryptionMaterials dtor_encryptionMaterials()