Table of Contents

Class SaProposal

Namespace
Android.Net.Ipsec.Ike
Assembly
MASES.Netdroid.dll
public class SaProposal : JVMBridgeBase<SaProposal>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<SaProposal>
SaProposal
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<SaProposal>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SaProposal>.IsAssignableFrom<T>()
JVMBridgeBase<SaProposal>.Execute<T>(params T[])
JVMBridgeBase<SaProposal>.DynBridgeClazz
JVMBridgeBase<SaProposal>.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

SaProposal()

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

[Obsolete("SaProposal 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 SaProposal()

SaProposal(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("SaProposal 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 SaProposal(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DH_GROUP_1024_BIT_MODP

public static int DH_GROUP_1024_BIT_MODP { get; }

Property Value

int

DH_GROUP_1536_BIT_MODP

public static int DH_GROUP_1536_BIT_MODP { get; }

Property Value

int

DH_GROUP_2048_BIT_MODP

public static int DH_GROUP_2048_BIT_MODP { get; }

Property Value

int

DH_GROUP_3072_BIT_MODP

public static int DH_GROUP_3072_BIT_MODP { get; }

Property Value

int

DH_GROUP_4096_BIT_MODP

public static int DH_GROUP_4096_BIT_MODP { get; }

Property Value

int

DH_GROUP_CURVE_25519

public static int DH_GROUP_CURVE_25519 { get; }

Property Value

int

DH_GROUP_NONE

public static int DH_GROUP_NONE { get; }

Property Value

int

ENCRYPTION_ALGORITHM_3DES

public static int ENCRYPTION_ALGORITHM_3DES { get; }

Property Value

int

ENCRYPTION_ALGORITHM_AES_CBC

public static int ENCRYPTION_ALGORITHM_AES_CBC { get; }

Property Value

int

ENCRYPTION_ALGORITHM_AES_CTR

public static int ENCRYPTION_ALGORITHM_AES_CTR { get; }

Property Value

int

ENCRYPTION_ALGORITHM_AES_GCM_12

public static int ENCRYPTION_ALGORITHM_AES_GCM_12 { get; }

Property Value

int

ENCRYPTION_ALGORITHM_AES_GCM_16

public static int ENCRYPTION_ALGORITHM_AES_GCM_16 { get; }

Property Value

int

ENCRYPTION_ALGORITHM_AES_GCM_8

public static int ENCRYPTION_ALGORITHM_AES_GCM_8 { get; }

Property Value

int

ENCRYPTION_ALGORITHM_CHACHA20_POLY1305

public static int ENCRYPTION_ALGORITHM_CHACHA20_POLY1305 { get; }

Property Value

int

INTEGRITY_ALGORITHM_AES_CMAC_96

public static int INTEGRITY_ALGORITHM_AES_CMAC_96 { get; }

Property Value

int

INTEGRITY_ALGORITHM_AES_XCBC_96

public static int INTEGRITY_ALGORITHM_AES_XCBC_96 { get; }

Property Value

int

INTEGRITY_ALGORITHM_HMAC_SHA1_96

public static int INTEGRITY_ALGORITHM_HMAC_SHA1_96 { get; }

Property Value

int

INTEGRITY_ALGORITHM_HMAC_SHA2_256_128

public static int INTEGRITY_ALGORITHM_HMAC_SHA2_256_128 { get; }

Property Value

int

INTEGRITY_ALGORITHM_HMAC_SHA2_384_192

public static int INTEGRITY_ALGORITHM_HMAC_SHA2_384_192 { get; }

Property Value

int

INTEGRITY_ALGORITHM_HMAC_SHA2_512_256

public static int INTEGRITY_ALGORITHM_HMAC_SHA2_512_256 { get; }

Property Value

int

INTEGRITY_ALGORITHM_NONE

public static int INTEGRITY_ALGORITHM_NONE { get; }

Property Value

int

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

KEY_LEN_AES_128

public static int KEY_LEN_AES_128 { get; }

Property Value

int

KEY_LEN_AES_192

public static int KEY_LEN_AES_192 { get; }

Property Value

int

KEY_LEN_AES_256

public static int KEY_LEN_AES_256 { get; }

Property Value

int

KEY_LEN_UNUSED

public static int KEY_LEN_UNUSED { get; }

Property Value

int

PSEUDORANDOM_FUNCTION_AES128_CMAC

public static int PSEUDORANDOM_FUNCTION_AES128_CMAC { get; }

Property Value

int

PSEUDORANDOM_FUNCTION_AES128_XCBC

public static int PSEUDORANDOM_FUNCTION_AES128_XCBC { get; }

Property Value

int

PSEUDORANDOM_FUNCTION_HMAC_SHA1

public static int PSEUDORANDOM_FUNCTION_HMAC_SHA1 { get; }

Property Value

int

PSEUDORANDOM_FUNCTION_SHA2_256

public static int PSEUDORANDOM_FUNCTION_SHA2_256 { get; }

Property Value

int

PSEUDORANDOM_FUNCTION_SHA2_384

public static int PSEUDORANDOM_FUNCTION_SHA2_384 { get; }

Property Value

int

PSEUDORANDOM_FUNCTION_SHA2_512

public static int PSEUDORANDOM_FUNCTION_SHA2_512 { get; }

Property Value

int

Methods

GetDhGroups()

public List<Integer> GetDhGroups()

Returns

List<Integer>

List

GetEncryptionAlgorithms()

public List<Pair<Integer, Integer>> GetEncryptionAlgorithms()

Returns

List<Pair<Integer, Integer>>

List

GetIntegrityAlgorithms()

public List<Integer> GetIntegrityAlgorithms()

Returns

List<Integer>

List

GetSupportedDhGroups()

public static Set<Integer> GetSupportedDhGroups()

Returns

Set<Integer>

Set