Table of Contents

Class IpSecAlgorithm

Namespace
Android.Net
Assembly
MASES.Netdroid.dll
public class IpSecAlgorithm : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
IpSecAlgorithm
Implements
Inherited Members
Extension Methods

Constructors

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(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 IpSecAlgorithm(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

AUTH_AES_CMAC

public static String AUTH_AES_CMAC { get; set; }

Property Value

String

AUTH_AES_XCBC

public static String AUTH_AES_XCBC { get; set; }

Property Value

String

AUTH_CRYPT_AES_GCM

public static String AUTH_CRYPT_AES_GCM { get; set; }

Property Value

String

AUTH_CRYPT_CHACHA20_POLY1305

public static String AUTH_CRYPT_CHACHA20_POLY1305 { get; set; }

Property Value

String

AUTH_HMAC_MD5

public static String AUTH_HMAC_MD5 { get; set; }

Property Value

String

AUTH_HMAC_SHA1

public static String AUTH_HMAC_SHA1 { get; set; }

Property Value

String

AUTH_HMAC_SHA256

public static String AUTH_HMAC_SHA256 { get; set; }

Property Value

String

AUTH_HMAC_SHA384

public static String AUTH_HMAC_SHA384 { get; set; }

Property Value

String

AUTH_HMAC_SHA512

public static String AUTH_HMAC_SHA512 { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

CRYPT_AES_CBC

public static String CRYPT_AES_CBC { get; set; }

Property Value

String

CRYPT_AES_CTR

public static String CRYPT_AES_CTR { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(String, byte[])

HPA initializer for IpSecAlgorithm(Java.Lang.String arg0, byte[] arg1)

public static IpSecAlgorithm CreatePoolableInstance(String arg0, byte[] arg1)

Parameters

arg0 String
arg1 byte[]

Returns

IpSecAlgorithm

CreatePoolableInstance(String, byte[], int)

HPA initializer for IpSecAlgorithm(Java.Lang.String arg0, byte[] arg1, int arg2)

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

Parameters

arg0 String
arg1 byte[]
arg2 int

Returns

IpSecAlgorithm

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