Table of Contents

Class IpSecAlgorithm

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

IpSecAlgorithm()

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

public IpSecAlgorithm()

IpSecAlgorithm(String, byte[])

public IpSecAlgorithm(String arg0, byte[] arg1)

Parameters

arg0 String

String

arg1 byte[]

byte

IpSecAlgorithm(String, byte[], int)

public IpSecAlgorithm(String arg0, byte[] arg1, int arg2)

Parameters

arg0 String

String

arg1 byte[]

byte

arg2 int

int

IpSecAlgorithm(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

public IpSecAlgorithm(params object[] args)

Parameters

args object[]

Properties

AUTH_AES_CMAC

public static String AUTH_AES_CMAC { get; }

Property Value

String

AUTH_AES_XCBC

public static String AUTH_AES_XCBC { get; }

Property Value

String

AUTH_CRYPT_AES_GCM

public static String AUTH_CRYPT_AES_GCM { get; }

Property Value

String

AUTH_CRYPT_CHACHA20_POLY1305

public static String AUTH_CRYPT_CHACHA20_POLY1305 { get; }

Property Value

String

AUTH_HMAC_MD5

public static String AUTH_HMAC_MD5 { get; }

Property Value

String

AUTH_HMAC_SHA1

public static String AUTH_HMAC_SHA1 { get; }

Property Value

String

AUTH_HMAC_SHA256

public static String AUTH_HMAC_SHA256 { get; }

Property Value

String

AUTH_HMAC_SHA384

public static String AUTH_HMAC_SHA384 { get; }

Property Value

String

AUTH_HMAC_SHA512

public static String AUTH_HMAC_SHA512 { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

CRYPT_AES_CBC

public static String CRYPT_AES_CBC { get; }

Property Value

String

CRYPT_AES_CTR

public static String CRYPT_AES_CTR { 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

DescribeContents()

public int DescribeContents()

Returns

int

int

GetKey()

public byte[] GetKey()

Returns

byte[]

byte

GetName()

public String GetName()

Returns

String

String

GetSupportedAlgorithms()

public static Set<String> GetSupportedAlgorithms()

Returns

Set<String>

Set

GetTruncationLengthBits()

public int GetTruncationLengthBits()

Returns

int

int

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int