ChildSaProposal 类

定义

[Android.Runtime.Register("android/net/ipsec/ike/ChildSaProposal", ApiSince=31, DoNotGenerateAcw=true)]
public sealed class ChildSaProposal : Android.Net.IpSec.Ike.SaProposal
[<Android.Runtime.Register("android/net/ipsec/ike/ChildSaProposal", ApiSince=31, DoNotGenerateAcw=true)>]
type ChildSaProposal = class
    inherit SaProposal
继承
ChildSaProposal
属性

字段

DhGroup1024BitModp
已过时.
(继承自 SaProposal)
DhGroup1536BitModp
已过时.
(继承自 SaProposal)
DhGroup2048BitModp
已过时.
(继承自 SaProposal)
DhGroup3072BitModp
已过时.
(继承自 SaProposal)
DhGroup4096BitModp
已过时.
(继承自 SaProposal)
DhGroupCurve25519
已过时.
(继承自 SaProposal)
DhGroupNone
已过时.
(继承自 SaProposal)
EncryptionAlgorithm3des
已过时.
(继承自 SaProposal)
EncryptionAlgorithmAesCbc
已过时.
(继承自 SaProposal)
EncryptionAlgorithmAesCtr
已过时.
(继承自 SaProposal)
EncryptionAlgorithmAesGcm12
已过时.
(继承自 SaProposal)
EncryptionAlgorithmAesGcm16
已过时.
(继承自 SaProposal)
EncryptionAlgorithmAesGcm8
已过时.
(继承自 SaProposal)
EncryptionAlgorithmChacha20Poly1305
已过时.
(继承自 SaProposal)
IntegrityAlgorithmAesCmac96
已过时.
(继承自 SaProposal)
IntegrityAlgorithmAesXcbc96
已过时.
(继承自 SaProposal)
IntegrityAlgorithmHmacSha196
已过时.
(继承自 SaProposal)
IntegrityAlgorithmHmacSha2256128
已过时.
(继承自 SaProposal)
IntegrityAlgorithmHmacSha2384192
已过时.
(继承自 SaProposal)
IntegrityAlgorithmHmacSha2512256
已过时.
(继承自 SaProposal)
IntegrityAlgorithmNone
已过时.
(继承自 SaProposal)
KeyLenAes128
已过时.
(继承自 SaProposal)
KeyLenAes192
已过时.
(继承自 SaProposal)
KeyLenAes256
已过时.
(继承自 SaProposal)
KeyLenUnused
已过时.
(继承自 SaProposal)
PseudorandomFunctionAes128Cmac
已过时.
(继承自 SaProposal)
PseudorandomFunctionAes128Xcbc
已过时.
(继承自 SaProposal)
PseudorandomFunctionHmacSha1
已过时.
(继承自 SaProposal)
PseudorandomFunctionSha2256
已过时.
(继承自 SaProposal)
PseudorandomFunctionSha2384
已过时.
(继承自 SaProposal)
PseudorandomFunctionSha2512
已过时.
(继承自 SaProposal)

属性

Class

返回此 Object的运行时类。

(继承自 Object)
DhGroups (继承自 SaProposal)
EncryptionAlgorithms (继承自 SaProposal)
Handle

基础 Android 实例的句柄。

(继承自 Object)
IntegrityAlgorithms (继承自 SaProposal)
JniIdentityHashCode (继承自 Object)
JniPeerMembers
PeerReference (继承自 Object)
SupportedEncryptionAlgorithms
SupportedIntegrityAlgorithms
ThresholdClass (继承自 SaProposal)
ThresholdType (继承自 SaProposal)

方法

Clone()

创建并返回此对象的副本。

(继承自 Object)
Dispose() (继承自 Object)
Dispose(Boolean) (继承自 Object)
Equals(Object)

指示其他对象是否“等于”此对象。

(继承自 Object)
GetHashCode()

返回对象的哈希代码值。

(继承自 Object)
JavaFinalize()

当垃圾回收确定不再引用该对象时,由对象上的垃圾回收器调用。

(继承自 Object)
Notify()

唤醒正在等待此对象的监视器的单个线程。

(继承自 Object)
NotifyAll()

唤醒正在等待此对象的监视器的所有线程。

(继承自 Object)
SetHandle(IntPtr, JniHandleOwnership)

设置 Handle 属性。

(继承自 Object)
ToArray<T>() (继承自 Object)
ToString()

返回对象的字符串表示形式。

(继承自 Object)
UnregisterFromRuntime() (继承自 Object)
Wait()

使当前线程等待,直到唤醒它,通常是通过 em 通知/em> 或 <em>interrupted</em>。<><

(继承自 Object)
Wait(Int64)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)
Wait(Int64, Int32)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)

显式接口实现

IJavaPeerable.Disposed() (继承自 Object)
IJavaPeerable.DisposeUnlessReferenced() (继承自 Object)
IJavaPeerable.Finalized() (继承自 Object)
IJavaPeerable.JniManagedPeerState (继承自 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (继承自 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (继承自 Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (继承自 Object)

扩展方法

JavaCast<TResult>(IJavaObject)

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

适用于