Class HpkeSpi
public class HpkeSpi : JVMBridgeBase<HpkeSpi>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IHpkeSpi
- Inheritance
-
HpkeSpi
- Implements
- Extension Methods
Constructors
HpkeSpi(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HpkeSpi(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
EngineExport(int, byte[])
public byte[] EngineExport(int arg0, byte[] arg1)
Parameters
Returns
EngineInitRecipient(byte[], PrivateKey, byte[], PublicKey, byte[], byte[])
public void EngineInitRecipient(byte[] arg0, PrivateKey arg1, byte[] arg2, PublicKey arg3, byte[] arg4, byte[] arg5)
Parameters
Exceptions
EngineInitSender(PublicKey, byte[], PrivateKey, byte[], byte[])
public void EngineInitSender(PublicKey arg0, byte[] arg1, PrivateKey arg2, byte[] arg3, byte[] arg4)
Parameters
arg0PublicKeyarg1byte[]arg2PrivateKeyarg3byte[]arg4byte[]
Exceptions
EngineInitSenderWithSeed(PublicKey, byte[], PrivateKey, byte[], byte[], byte[])
public void EngineInitSenderWithSeed(PublicKey arg0, byte[] arg1, PrivateKey arg2, byte[] arg3, byte[] arg4, byte[] arg5)
Parameters
Exceptions
EngineOpen(byte[], byte[])
public byte[] EngineOpen(byte[] arg0, byte[] arg1)
Parameters
Returns
Exceptions
EngineSeal(byte[], byte[])
public byte[] EngineSeal(byte[] arg0, byte[] arg1)
Parameters
Returns
GetEncapsulated()
public byte[] GetEncapsulated()