public class CryptoSchema
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> |
_attributes |
CryptoSchemaContent |
_content |
| Constructor and Description |
|---|
CryptoSchema(CryptoSchemaContent content,
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CryptoSchema> |
_typeDescriptor() |
static CryptoSchema |
create_CryptoSchema(CryptoSchemaContent content,
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes) |
static CryptoSchema |
create(CryptoSchemaContent content,
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes) |
static CryptoSchema |
Default() |
Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> |
dtor_attributes() |
CryptoSchemaContent |
dtor_content() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_CryptoSchema() |
java.lang.String |
toString() |
public CryptoSchemaContent _content
public Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> _attributes
public CryptoSchema(CryptoSchemaContent content, Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes)
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 CryptoSchema Default()
public static dafny.TypeDescriptor<CryptoSchema> _typeDescriptor()
public static CryptoSchema create(CryptoSchemaContent content, Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes)
public static CryptoSchema create_CryptoSchema(CryptoSchemaContent content, Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> attributes)
public boolean is_CryptoSchema()
public CryptoSchemaContent dtor_content()
public Wrappers_Compile.Option<dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends AuthenticateAction>> dtor_attributes()