public class UnwrapEdkMaterialOutput<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
dafny.DafnySequence<? extends java.lang.Byte> |
_plaintextDataKey |
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> |
_symmetricSigningKey |
T |
_unwrapInfo |
| Constructor and Description |
|---|
UnwrapEdkMaterialOutput(dafny.DafnySequence<? extends java.lang.Byte> plaintextDataKey,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> symmetricSigningKey,
T unwrapInfo) |
| Modifier and Type | Method and Description |
|---|---|
static <T> dafny.TypeDescriptor<UnwrapEdkMaterialOutput<T>> |
_typeDescriptor(dafny.TypeDescriptor<T> _td_T) |
static <T> UnwrapEdkMaterialOutput<T> |
create_UnwrapEdkMaterialOutput(dafny.DafnySequence<? extends java.lang.Byte> plaintextDataKey,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> symmetricSigningKey,
T unwrapInfo) |
static <T> UnwrapEdkMaterialOutput<T> |
create(dafny.DafnySequence<? extends java.lang.Byte> plaintextDataKey,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> symmetricSigningKey,
T unwrapInfo) |
static <T> UnwrapEdkMaterialOutput<T> |
Default(T _default_T) |
dafny.DafnySequence<? extends java.lang.Byte> |
dtor_plaintextDataKey() |
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> |
dtor_symmetricSigningKey() |
T |
dtor_unwrapInfo() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_UnwrapEdkMaterialOutput() |
java.lang.String |
toString() |
public dafny.DafnySequence<? extends java.lang.Byte> _plaintextDataKey
public Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> _symmetricSigningKey
public T _unwrapInfo
public UnwrapEdkMaterialOutput(dafny.DafnySequence<? extends java.lang.Byte> plaintextDataKey,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> symmetricSigningKey,
T unwrapInfo)
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 <T> UnwrapEdkMaterialOutput<T> Default(T _default_T)
public static <T> dafny.TypeDescriptor<UnwrapEdkMaterialOutput<T>> _typeDescriptor(dafny.TypeDescriptor<T> _td_T)
public static <T> UnwrapEdkMaterialOutput<T> create(dafny.DafnySequence<? extends java.lang.Byte> plaintextDataKey, Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> symmetricSigningKey, T unwrapInfo)
public static <T> UnwrapEdkMaterialOutput<T> create_UnwrapEdkMaterialOutput(dafny.DafnySequence<? extends java.lang.Byte> plaintextDataKey, Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> symmetricSigningKey, T unwrapInfo)
public boolean is_UnwrapEdkMaterialOutput()
public dafny.DafnySequence<? extends java.lang.Byte> dtor_plaintextDataKey()
public Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> dtor_symmetricSigningKey()
public T dtor_unwrapInfo()