public class _Companion_IKeyring
extends java.lang.Object
| Constructor and Description |
|---|
_Companion_IKeyring() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<IKeyring> |
_typeDescriptor() |
static Wrappers_Compile.Result<OnDecryptOutput,Error> |
OnDecrypt(IKeyring _this,
OnDecryptInput input) |
static Wrappers_Compile.Result<OnEncryptOutput,Error> |
OnEncrypt(IKeyring _this,
OnEncryptInput input) |
public static dafny.TypeDescriptor<IKeyring> _typeDescriptor()
public static Wrappers_Compile.Result<OnEncryptOutput,Error> OnEncrypt(IKeyring _this, OnEncryptInput input)
public static Wrappers_Compile.Result<OnDecryptOutput,Error> OnDecrypt(IKeyring _this, OnDecryptInput input)