public class CreateRequiredEncryptionContextCMMInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Wrappers_Compile.Option<IKeyring> |
_keyring |
dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> |
_requiredEncryptionContextKeys |
Wrappers_Compile.Option<ICryptographicMaterialsManager> |
_underlyingCMM |
| Constructor and Description |
|---|
CreateRequiredEncryptionContextCMMInput(Wrappers_Compile.Option<ICryptographicMaterialsManager> underlyingCMM,
Wrappers_Compile.Option<IKeyring> keyring,
dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> requiredEncryptionContextKeys) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CreateRequiredEncryptionContextCMMInput> |
_typeDescriptor() |
static CreateRequiredEncryptionContextCMMInput |
create_CreateRequiredEncryptionContextCMMInput(Wrappers_Compile.Option<ICryptographicMaterialsManager> underlyingCMM,
Wrappers_Compile.Option<IKeyring> keyring,
dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> requiredEncryptionContextKeys) |
static CreateRequiredEncryptionContextCMMInput |
create(Wrappers_Compile.Option<ICryptographicMaterialsManager> underlyingCMM,
Wrappers_Compile.Option<IKeyring> keyring,
dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> requiredEncryptionContextKeys) |
static CreateRequiredEncryptionContextCMMInput |
Default() |
Wrappers_Compile.Option<IKeyring> |
dtor_keyring() |
dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> |
dtor_requiredEncryptionContextKeys() |
Wrappers_Compile.Option<ICryptographicMaterialsManager> |
dtor_underlyingCMM() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_CreateRequiredEncryptionContextCMMInput() |
java.lang.String |
toString() |
public Wrappers_Compile.Option<ICryptographicMaterialsManager> _underlyingCMM
public Wrappers_Compile.Option<IKeyring> _keyring
public dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> _requiredEncryptionContextKeys
public CreateRequiredEncryptionContextCMMInput(Wrappers_Compile.Option<ICryptographicMaterialsManager> underlyingCMM, Wrappers_Compile.Option<IKeyring> keyring, dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> requiredEncryptionContextKeys)
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 CreateRequiredEncryptionContextCMMInput Default()
public static dafny.TypeDescriptor<CreateRequiredEncryptionContextCMMInput> _typeDescriptor()
public static CreateRequiredEncryptionContextCMMInput create(Wrappers_Compile.Option<ICryptographicMaterialsManager> underlyingCMM, Wrappers_Compile.Option<IKeyring> keyring, dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> requiredEncryptionContextKeys)
public static CreateRequiredEncryptionContextCMMInput create_CreateRequiredEncryptionContextCMMInput(Wrappers_Compile.Option<ICryptographicMaterialsManager> underlyingCMM, Wrappers_Compile.Option<IKeyring> keyring, dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> requiredEncryptionContextKeys)
public boolean is_CreateRequiredEncryptionContextCMMInput()
public Wrappers_Compile.Option<ICryptographicMaterialsManager> dtor_underlyingCMM()
public Wrappers_Compile.Option<IKeyring> dtor_keyring()
public dafny.DafnySequence<? extends dafny.DafnySequence<? extends java.lang.Byte>> dtor_requiredEncryptionContextKeys()