SaProposal 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.
SaProposal represents a proposed configuration to negotiate an IKE or Child SA.
[Android.Runtime.Register("android/net/ipsec/ike/SaProposal", ApiSince=31, DoNotGenerateAcw=true)]
public abstract class SaProposal : Java.Lang.Object
[<Android.Runtime.Register("android/net/ipsec/ike/SaProposal", ApiSince=31, DoNotGenerateAcw=true)>]
type SaProposal = class
inherit Object
- Inheritance
- Derived
- Attributes
Remarks
SaProposal represents a proposed configuration to negotiate an IKE or Child SA.
SaProposal will contain cryptograhic algorithms and key generation materials for the negotiation of an IKE or Child SA.
User must provide at least one valid SaProposal when they are creating a new IKE or Child SA.
Java documentation for android.net.ipsec.ike.SaProposal
.
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.
Constructors
SaProposal(IntPtr, JniHandleOwnership) |
Fields
DhGroup1024BitModp |
Obsolete.
1024-bit MODP Diffie-Hellman Group. |
DhGroup1536BitModp |
Obsolete.
1536-bit MODP Diffie-Hellman Group. |
DhGroup2048BitModp |
Obsolete.
2048-bit MODP Diffie-Hellman Group. |
DhGroup3072BitModp |
Obsolete.
3072-bit MODP Diffie-Hellman Group. |
DhGroup4096BitModp |
Obsolete.
4096-bit MODP Diffie-Hellman Group. |
DhGroupCurve25519 |
Obsolete.
Elliptic Curve Diffie-Hellman 25519. |
DhGroupNone |
Obsolete.
None Diffie-Hellman Group. |
EncryptionAlgorithm3des |
Obsolete.
3DES Encryption/Ciphering Algorithm. |
EncryptionAlgorithmAesCbc |
Obsolete.
AES-CBC Encryption/Ciphering Algorithm. |
EncryptionAlgorithmAesCtr |
Obsolete.
AES-CTR Encryption/Ciphering Algorithm. |
EncryptionAlgorithmAesGcm12 |
Obsolete.
AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm with 12-octet ICV (truncation). |
EncryptionAlgorithmAesGcm16 |
Obsolete.
AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm with 16-octet ICV (truncation). |
EncryptionAlgorithmAesGcm8 |
Obsolete.
AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm with 8-octet ICV (truncation). |
EncryptionAlgorithmChacha20Poly1305 |
Obsolete.
ChaCha20-Poly1305 Authentication/Integrity + Encryption/Ciphering Algorithm with 16-octet ICV (truncation). |
IntegrityAlgorithmAesCmac96 |
Obsolete.
AES-CMAC-96 Authentication/Integrity Algorithm. |
IntegrityAlgorithmAesXcbc96 |
Obsolete.
AES-XCBC-96 Authentication/Integrity Algorithm. |
IntegrityAlgorithmHmacSha196 |
Obsolete.
HMAC-SHA1 Authentication/Integrity Algorithm. |
IntegrityAlgorithmHmacSha2256128 |
Obsolete.
HMAC-SHA256 Authentication/Integrity Algorithm with 128-bit truncation. |
IntegrityAlgorithmHmacSha2384192 |
Obsolete.
HMAC-SHA384 Authentication/Integrity Algorithm with 192-bit truncation. |
IntegrityAlgorithmHmacSha2512256 |
Obsolete.
HMAC-SHA512 Authentication/Integrity Algorithm with 256-bit truncation. |
IntegrityAlgorithmNone |
Obsolete.
None Authentication/Integrity Algorithm. |
KeyLenAes128 |
Obsolete.
AES Encryption/Ciphering Algorithm key length 128 bits. |
KeyLenAes192 |
Obsolete.
AES Encryption/Ciphering Algorithm key length 192 bits. |
KeyLenAes256 |
Obsolete.
AES Encryption/Ciphering Algorithm key length 256 bits. |
KeyLenUnused |
Obsolete.
Key length unused. |
PseudorandomFunctionAes128Cmac |
Obsolete.
AES128-CMAC Pseudorandom Function. |
PseudorandomFunctionAes128Xcbc |
Obsolete.
AES128-XCBC Pseudorandom Function. |
PseudorandomFunctionHmacSha1 |
Obsolete.
HMAC-SHA1 Pseudorandom Function. |
PseudorandomFunctionSha2256 |
Obsolete.
HMAC-SHA2-256 Pseudorandom Function. |
PseudorandomFunctionSha2384 |
Obsolete.
HMAC-SHA2-384 Pseudorandom Function. |
PseudorandomFunctionSha2512 |
Obsolete.
HMAC-SHA2-384 Pseudorandom Function. |
Properties
Class |
Returns the runtime class of this |
DhGroups |
Gets all proposed Diffie-Hellman groups |
EncryptionAlgorithms |
Gets all proposed encryption algorithms |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
IntegrityAlgorithms |
Gets all proposed integrity algorithms |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
PeerReference | (Inherited from Object) |
SupportedDhGroups |
Returns supported DH groups for IKE and Child SA proposal negotiation. |
ThresholdClass | |
ThresholdType |
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 |