public class CanonCryptoItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
CryptoAction |
_action |
StructuredDataTerminal |
_data |
dafny.DafnySequence<? extends java.lang.Byte> |
_key |
dafny.DafnySequence<? extends PathSegment> |
_origKey |
| Constructor and Description |
|---|
CanonCryptoItem(dafny.DafnySequence<? extends java.lang.Byte> key,
dafny.DafnySequence<? extends PathSegment> origKey,
StructuredDataTerminal data,
CryptoAction action) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CanonCryptoItem> |
_typeDescriptor() |
static CanonCryptoItem |
create_CanonCryptoItem(dafny.DafnySequence<? extends java.lang.Byte> key,
dafny.DafnySequence<? extends PathSegment> origKey,
StructuredDataTerminal data,
CryptoAction action) |
static CanonCryptoItem |
create(dafny.DafnySequence<? extends java.lang.Byte> key,
dafny.DafnySequence<? extends PathSegment> origKey,
StructuredDataTerminal data,
CryptoAction action) |
static CanonCryptoItem |
Default() |
CryptoAction |
dtor_action() |
StructuredDataTerminal |
dtor_data() |
dafny.DafnySequence<? extends java.lang.Byte> |
dtor_key() |
dafny.DafnySequence<? extends PathSegment> |
dtor_origKey() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_CanonCryptoItem() |
java.lang.String |
toString() |
public dafny.DafnySequence<? extends java.lang.Byte> _key
public dafny.DafnySequence<? extends PathSegment> _origKey
public StructuredDataTerminal _data
public CryptoAction _action
public CanonCryptoItem(dafny.DafnySequence<? extends java.lang.Byte> key,
dafny.DafnySequence<? extends PathSegment> origKey,
StructuredDataTerminal data,
CryptoAction action)
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 dafny.TypeDescriptor<CanonCryptoItem> _typeDescriptor()
public static CanonCryptoItem Default()
public static CanonCryptoItem create(dafny.DafnySequence<? extends java.lang.Byte> key, dafny.DafnySequence<? extends PathSegment> origKey, StructuredDataTerminal data, CryptoAction action)
public static CanonCryptoItem create_CanonCryptoItem(dafny.DafnySequence<? extends java.lang.Byte> key, dafny.DafnySequence<? extends PathSegment> origKey, StructuredDataTerminal data, CryptoAction action)
public boolean is_CanonCryptoItem()
public dafny.DafnySequence<? extends java.lang.Byte> dtor_key()
public dafny.DafnySequence<? extends PathSegment> dtor_origKey()
public StructuredDataTerminal dtor_data()
public CryptoAction dtor_action()