Class SaProposal
public class SaProposal : JVMBridgeBase<SaProposal>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<SaProposal>SaProposal
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<SaProposal>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<SaProposal>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<SaProposal>.IsAssignableFrom(IJavaType)JVMBridgeBase<SaProposal>.IsAssignableFrom<T>()JVMBridgeBase<SaProposal>.Execute<T>(params T[])JVMBridgeBase<SaProposal>.DynBridgeClazzJVMBridgeBase<SaProposal>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
DH_GROUP_1024_BIT_MODP
https://developer.android.com/reference/android/net/ipsec/ike/SaProposal.html#DH_GROUP_1024_BIT_MODP
public static int DH_GROUP_1024_BIT_MODP { get; }
Property Value
DH_GROUP_1536_BIT_MODP
https://developer.android.com/reference/android/net/ipsec/ike/SaProposal.html#DH_GROUP_1536_BIT_MODP
public static int DH_GROUP_1536_BIT_MODP { get; }
Property Value
DH_GROUP_2048_BIT_MODP
https://developer.android.com/reference/android/net/ipsec/ike/SaProposal.html#DH_GROUP_2048_BIT_MODP
public static int DH_GROUP_2048_BIT_MODP { get; }
Property Value
DH_GROUP_3072_BIT_MODP
https://developer.android.com/reference/android/net/ipsec/ike/SaProposal.html#DH_GROUP_3072_BIT_MODP
public static int DH_GROUP_3072_BIT_MODP { get; }
Property Value
DH_GROUP_4096_BIT_MODP
https://developer.android.com/reference/android/net/ipsec/ike/SaProposal.html#DH_GROUP_4096_BIT_MODP
public static int DH_GROUP_4096_BIT_MODP { get; }
Property Value
DH_GROUP_CURVE_25519
public static int DH_GROUP_CURVE_25519 { get; }
Property Value
DH_GROUP_NONE
public static int DH_GROUP_NONE { get; }
Property Value
ENCRYPTION_ALGORITHM_3DES
public static int ENCRYPTION_ALGORITHM_3DES { get; }
Property Value
ENCRYPTION_ALGORITHM_AES_CBC
public static int ENCRYPTION_ALGORITHM_AES_CBC { get; }
Property Value
ENCRYPTION_ALGORITHM_AES_CTR
public static int ENCRYPTION_ALGORITHM_AES_CTR { get; }
Property Value
ENCRYPTION_ALGORITHM_AES_GCM_12
public static int ENCRYPTION_ALGORITHM_AES_GCM_12 { get; }
Property Value
ENCRYPTION_ALGORITHM_AES_GCM_16
public static int ENCRYPTION_ALGORITHM_AES_GCM_16 { get; }
Property Value
ENCRYPTION_ALGORITHM_AES_GCM_8
public static int ENCRYPTION_ALGORITHM_AES_GCM_8 { get; }
Property Value
ENCRYPTION_ALGORITHM_CHACHA20_POLY1305
public static int ENCRYPTION_ALGORITHM_CHACHA20_POLY1305 { get; }
Property Value
INTEGRITY_ALGORITHM_AES_CMAC_96
public static int INTEGRITY_ALGORITHM_AES_CMAC_96 { get; }
Property Value
INTEGRITY_ALGORITHM_AES_XCBC_96
public static int INTEGRITY_ALGORITHM_AES_XCBC_96 { get; }
Property Value
INTEGRITY_ALGORITHM_HMAC_SHA1_96
public static int INTEGRITY_ALGORITHM_HMAC_SHA1_96 { get; }
Property Value
INTEGRITY_ALGORITHM_HMAC_SHA2_256_128
public static int INTEGRITY_ALGORITHM_HMAC_SHA2_256_128 { get; }
Property Value
INTEGRITY_ALGORITHM_HMAC_SHA2_384_192
public static int INTEGRITY_ALGORITHM_HMAC_SHA2_384_192 { get; }
Property Value
INTEGRITY_ALGORITHM_HMAC_SHA2_512_256
public static int INTEGRITY_ALGORITHM_HMAC_SHA2_512_256 { get; }
Property Value
INTEGRITY_ALGORITHM_NONE
public static int INTEGRITY_ALGORITHM_NONE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
KEY_LEN_AES_128
public static int KEY_LEN_AES_128 { get; }
Property Value
KEY_LEN_AES_192
public static int KEY_LEN_AES_192 { get; }
Property Value
KEY_LEN_AES_256
public static int KEY_LEN_AES_256 { get; }
Property Value
KEY_LEN_UNUSED
public static int KEY_LEN_UNUSED { get; }
Property Value
PSEUDORANDOM_FUNCTION_AES128_CMAC
public static int PSEUDORANDOM_FUNCTION_AES128_CMAC { get; }
Property Value
PSEUDORANDOM_FUNCTION_AES128_XCBC
public static int PSEUDORANDOM_FUNCTION_AES128_XCBC { get; }
Property Value
PSEUDORANDOM_FUNCTION_HMAC_SHA1
public static int PSEUDORANDOM_FUNCTION_HMAC_SHA1 { get; }
Property Value
PSEUDORANDOM_FUNCTION_SHA2_256
public static int PSEUDORANDOM_FUNCTION_SHA2_256 { get; }
Property Value
PSEUDORANDOM_FUNCTION_SHA2_384
public static int PSEUDORANDOM_FUNCTION_SHA2_384 { get; }
Property Value
PSEUDORANDOM_FUNCTION_SHA2_512
public static int PSEUDORANDOM_FUNCTION_SHA2_512 { get; }
Property Value
Methods
GetDhGroups()
public List<Integer> GetDhGroups()
Returns
GetEncryptionAlgorithms()
public List<Pair<Integer, Integer>> GetEncryptionAlgorithms()
Returns
GetIntegrityAlgorithms()
public List<Integer> GetIntegrityAlgorithms()
Returns
GetSupportedDhGroups()
https://developer.android.com/reference/android/net/ipsec/ike/SaProposal.html#getSupportedDhGroups()
public static Set<Integer> GetSupportedDhGroups()