public class AesGenerateAndWrapKeyMaterial extends java.lang.Object implements GenerateAndWrapMaterial<AesWrapInfo>, Actions_Compile.ActionWithResult<GenerateAndWrapInput,GenerateAndWrapOutput<AesWrapInfo>,Error>, Actions_Compile.Action<GenerateAndWrapInput,Wrappers_Compile.Result<GenerateAndWrapOutput<AesWrapInfo>,Error>>
| Modifier and Type | Field and Description |
|---|---|
AesWrapKeyMaterial |
_wrap |
| Constructor and Description |
|---|
AesGenerateAndWrapKeyMaterial() |
| Modifier and Type | Method and Description |
|---|---|
void |
__ctor(AesWrapKeyMaterial wrap) |
static dafny.TypeDescriptor<AesGenerateAndWrapKeyMaterial> |
_typeDescriptor() |
Wrappers_Compile.Result<GenerateAndWrapOutput<AesWrapInfo>,Error> |
Invoke(GenerateAndWrapInput input) |
java.lang.String |
toString() |
AesWrapKeyMaterial |
wrap() |
public AesWrapKeyMaterial _wrap
public void __ctor(AesWrapKeyMaterial wrap)
public Wrappers_Compile.Result<GenerateAndWrapOutput<AesWrapInfo>,Error> Invoke(GenerateAndWrapInput input)
Invoke in interface Actions_Compile.Action<GenerateAndWrapInput,Wrappers_Compile.Result<GenerateAndWrapOutput<AesWrapInfo>,Error>>public AesWrapKeyMaterial wrap()
public static dafny.TypeDescriptor<AesGenerateAndWrapKeyMaterial> _typeDescriptor()
public java.lang.String toString()
toString in class java.lang.Object