Class IpSecAlgorithm
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
IpSecAlgorithm(String, byte[], int)
public IpSecAlgorithm(String arg0, byte[] arg1, int arg2)
Parameters
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
initializerIJVMBridgeBaseInitializer
Properties
AUTH_AES_CMAC
public static String AUTH_AES_CMAC { get; set; }
Property Value
AUTH_AES_XCBC
public static String AUTH_AES_XCBC { get; set; }
Property Value
AUTH_CRYPT_AES_GCM
public static String AUTH_CRYPT_AES_GCM { get; set; }
Property Value
AUTH_CRYPT_CHACHA20_POLY1305
https://developer.android.com/reference/android/net/IpSecAlgorithm.html#AUTH_CRYPT_CHACHA20_POLY1305
public static String AUTH_CRYPT_CHACHA20_POLY1305 { get; set; }
Property Value
AUTH_HMAC_MD5
public static String AUTH_HMAC_MD5 { get; set; }
Property Value
AUTH_HMAC_SHA1
public static String AUTH_HMAC_SHA1 { get; set; }
Property Value
AUTH_HMAC_SHA256
public static String AUTH_HMAC_SHA256 { get; set; }
Property Value
AUTH_HMAC_SHA384
public static String AUTH_HMAC_SHA384 { get; set; }
Property Value
AUTH_HMAC_SHA512
public static String AUTH_HMAC_SHA512 { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
CRYPT_AES_CBC
public static String CRYPT_AES_CBC { get; set; }
Property Value
CRYPT_AES_CTR
public static String CRYPT_AES_CTR { get; set; }
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
CreatePoolableInstance(String, byte[])
HPA initializer for IpSecAlgorithm(Java.Lang.String arg0, byte[] arg1)
public static IpSecAlgorithm CreatePoolableInstance(String arg0, byte[] arg1)
Parameters
Returns
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
Returns
DescribeContents()
public int DescribeContents()
Returns
GetKey()
public byte[] GetKey()
Returns
GetName()
public String GetName()
Returns
GetSupportedAlgorithms()
public static Set<String> GetSupportedAlgorithms()
Returns
GetTruncationLengthBits()
public int GetTruncationLengthBits()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)