ChildSaProposal Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ChildSaProposal represents a proposed configuration to negotiate a Child SA.
[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
- Inheritance
- Attributes
Remarks
ChildSaProposal represents a proposed configuration to negotiate a Child SA.
ChildSaProposal will contain cryptograhic algorithms and key generation materials for the negotiation of a Child SA.
User must provide at least one valid ChildSaProposal when they are creating a new Child SA.
Java documentation for android.net.ipsec.ike.ChildSaProposal
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
DhGroup1024BitModp |
Obsolete.
1024-bit MODP Diffie-Hellman Group. (Inherited from SaProposal) |
DhGroup1536BitModp |
Obsolete.
1536-bit MODP Diffie-Hellman Group. (Inherited from SaProposal) |
DhGroup2048BitModp |
Obsolete.
2048-bit MODP Diffie-Hellman Group. (Inherited from SaProposal) |
DhGroup3072BitModp |
Obsolete.
3072-bit MODP Diffie-Hellman Group. (Inherited from SaProposal) |
DhGroup4096BitModp |
Obsolete.
4096-bit MODP Diffie-Hellman Group. (Inherited from SaProposal) |
DhGroupCurve25519 |
Obsolete.
Elliptic Curve Diffie-Hellman 25519. (Inherited from SaProposal) |
DhGroupNone |
Obsolete.
None Diffie-Hellman Group. (Inherited from SaProposal) |
EncryptionAlgorithm3des |
Obsolete.
3DES Encryption/Ciphering Algorithm. (Inherited from SaProposal) |
EncryptionAlgorithmAesCbc |
Obsolete.
AES-CBC Encryption/Ciphering Algorithm. (Inherited from SaProposal) |
EncryptionAlgorithmAesCtr |
Obsolete.
AES-CTR Encryption/Ciphering Algorithm. (Inherited from SaProposal) |
EncryptionAlgorithmAesGcm12 |
Obsolete.
AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm with 12-octet ICV (truncation). (Inherited from SaProposal) |
EncryptionAlgorithmAesGcm16 |
Obsolete.
AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm with 16-octet ICV (truncation). (Inherited from SaProposal) |
EncryptionAlgorithmAesGcm8 |
Obsolete.
AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm with 8-octet ICV (truncation). (Inherited from SaProposal) |
EncryptionAlgorithmChacha20Poly1305 |
Obsolete.
ChaCha20-Poly1305 Authentication/Integrity + Encryption/Ciphering Algorithm with 16-octet ICV (truncation). (Inherited from SaProposal) |
IntegrityAlgorithmAesCmac96 |
Obsolete.
AES-CMAC-96 Authentication/Integrity Algorithm. (Inherited from SaProposal) |
IntegrityAlgorithmAesXcbc96 |
Obsolete.
AES-XCBC-96 Authentication/Integrity Algorithm. (Inherited from SaProposal) |
IntegrityAlgorithmHmacSha196 |
Obsolete.
HMAC-SHA1 Authentication/Integrity Algorithm. (Inherited from SaProposal) |
IntegrityAlgorithmHmacSha2256128 |
Obsolete.
HMAC-SHA256 Authentication/Integrity Algorithm with 128-bit truncation. (Inherited from SaProposal) |
IntegrityAlgorithmHmacSha2384192 |
Obsolete.
HMAC-SHA384 Authentication/Integrity Algorithm with 192-bit truncation. (Inherited from SaProposal) |
IntegrityAlgorithmHmacSha2512256 |
Obsolete.
HMAC-SHA512 Authentication/Integrity Algorithm with 256-bit truncation. (Inherited from SaProposal) |
IntegrityAlgorithmNone |
Obsolete.
None Authentication/Integrity Algorithm. (Inherited from SaProposal) |
KeyLenAes128 |
Obsolete.
AES Encryption/Ciphering Algorithm key length 128 bits. (Inherited from SaProposal) |
KeyLenAes192 |
Obsolete.
AES Encryption/Ciphering Algorithm key length 192 bits. (Inherited from SaProposal) |
KeyLenAes256 |
Obsolete.
AES Encryption/Ciphering Algorithm key length 256 bits. (Inherited from SaProposal) |
KeyLenUnused |
Obsolete.
Key length unused. (Inherited from SaProposal) |
PseudorandomFunctionAes128Cmac |
Obsolete.
AES128-CMAC Pseudorandom Function. (Inherited from SaProposal) |
PseudorandomFunctionAes128Xcbc |
Obsolete.
AES128-XCBC Pseudorandom Function. (Inherited from SaProposal) |
PseudorandomFunctionHmacSha1 |
Obsolete.
HMAC-SHA1 Pseudorandom Function. (Inherited from SaProposal) |
PseudorandomFunctionSha2256 |
Obsolete.
HMAC-SHA2-256 Pseudorandom Function. (Inherited from SaProposal) |
PseudorandomFunctionSha2384 |
Obsolete.
HMAC-SHA2-384 Pseudorandom Function. (Inherited from SaProposal) |
PseudorandomFunctionSha2512 |
Obsolete.
HMAC-SHA2-384 Pseudorandom Function. (Inherited from SaProposal) |
Properties
Class |
Returns the runtime class of this |
DhGroups |
Gets all proposed Diffie-Hellman groups (Inherited from SaProposal) |
EncryptionAlgorithms |
Gets all proposed encryption algorithms (Inherited from SaProposal) |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
IntegrityAlgorithms |
Gets all proposed integrity algorithms (Inherited from SaProposal) |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
PeerReference | (Inherited from Object) |
SupportedEncryptionAlgorithms |
Returns supported encryption algorithms for Child SA proposal negotiation. |
SupportedIntegrityAlgorithms |
Returns supported integrity algorithms for Child SA proposal negotiation. |
ThresholdClass | (Inherited from SaProposal) |
ThresholdType | (Inherited from SaProposal) |
Methods
Clone() |
Creates and returns a copy of this object. (Inherited from Object) |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Indicates whether some other object is "equal to" this one. (Inherited from Object) |
GetHashCode() |
Returns a hash code value for the object. (Inherited from Object) |
JavaFinalize() |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. (Inherited from Object) |
Notify() |
Wakes up a single thread that is waiting on this object's monitor. (Inherited from Object) |
NotifyAll() |
Wakes up all threads that are waiting on this object's monitor. (Inherited from Object) |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
ToArray<T>() | (Inherited from Object) |
ToString() |
Returns a string representation of the object. (Inherited from Object) |
UnregisterFromRuntime() | (Inherited from Object) |
Wait() |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>. (Inherited from Object) |
Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |
Gets the JNI name of the type of the instance |
JavaAs<TResult>(IJavaPeerable) |
Try to coerce |
TryJavaCast<TResult>(IJavaPeerable, TResult) |
Try to coerce |