Javax.Crypto.KeyAgreement.GetInstance Method
Creates a new KeyAgreement for the specified algorithm from the specified provider.

Syntax

[Android.Runtime.Register("getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/crypto/KeyAgreement;", "")]
public static KeyAgreement GetInstance (string algorithm, string provider)

Parameters

algorithm
the name of the key agreement algorithm to create.
provider
the name of the provider that provides the requested algorithm.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.NoSuchAlgorithmExceptionif the specified provider cannot provide the requested algorithm.
Java.Security.NoSuchProviderExceptionif the specified provider does not exist.
Java.Lang.IllegalArgumentExceptionif the specified provider name is null or empty.

Remarks

Creates a new KeyAgreement for the specified algorithm from the specified provider.

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1