Table of Contents

Class HpkeSpi

Namespace
Android.Crypto.Hpke
Assembly
MASES.Netdroid.dll
public class HpkeSpi : JVMBridgeBase<HpkeSpi>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IHpkeSpi
Inheritance
JVMBridgeBase
JVMBridgeBase<HpkeSpi>
HpkeSpi
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<HpkeSpi>.IsAssignableFrom(IJavaType)
JVMBridgeBase<HpkeSpi>.IsAssignableFrom<T>()
JVMBridgeBase<HpkeSpi>.Execute<T>(params T[])
JVMBridgeBase<HpkeSpi>.DynBridgeClazz
JVMBridgeBase<HpkeSpi>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

HpkeSpi()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("HpkeSpi class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HpkeSpi()

HpkeSpi(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("HpkeSpi class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HpkeSpi(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

EngineExport(int, byte[])

public byte[] EngineExport(int arg0, byte[] arg1)

Parameters

arg0 int

int

arg1 byte[]

byte

Returns

byte[]

byte

EngineInitRecipient(byte[], PrivateKey, byte[], PublicKey, byte[], byte[])

public void EngineInitRecipient(byte[] arg0, PrivateKey arg1, byte[] arg2, PublicKey arg3, byte[] arg4, byte[] arg5)

Parameters

arg0 byte[]

byte

arg1 PrivateKey

PrivateKey

arg2 byte[]

byte

arg3 PublicKey

PublicKey

arg4 byte[]

byte

arg5 byte[]

byte

Exceptions

InvalidKeyException

EngineInitSender(PublicKey, byte[], PrivateKey, byte[], byte[])

public void EngineInitSender(PublicKey arg0, byte[] arg1, PrivateKey arg2, byte[] arg3, byte[] arg4)

Parameters

arg0 PublicKey

PublicKey

arg1 byte[]

byte

arg2 PrivateKey

PrivateKey

arg3 byte[]

byte

arg4 byte[]

byte

Exceptions

InvalidKeyException

EngineInitSenderWithSeed(PublicKey, byte[], PrivateKey, byte[], byte[], byte[])

public void EngineInitSenderWithSeed(PublicKey arg0, byte[] arg1, PrivateKey arg2, byte[] arg3, byte[] arg4, byte[] arg5)

Parameters

arg0 PublicKey

PublicKey

arg1 byte[]

byte

arg2 PrivateKey

PrivateKey

arg3 byte[]

byte

arg4 byte[]

byte

arg5 byte[]

byte

Exceptions

InvalidKeyException

EngineOpen(byte[], byte[])

public byte[] EngineOpen(byte[] arg0, byte[] arg1)

Parameters

arg0 byte[]

byte

arg1 byte[]

byte

Returns

byte[]

byte

Exceptions

GeneralSecurityException

EngineSeal(byte[], byte[])

public byte[] EngineSeal(byte[] arg0, byte[] arg1)

Parameters

arg0 byte[]

byte

arg1 byte[]

byte

Returns

byte[]

byte

GetEncapsulated()

public byte[] GetEncapsulated()

Returns

byte[]

byte