Javax.Crypto.KeyGenerator.GetInstance Method
Creates a new KeyGenerator instance that provides the specified key algorithm,

Syntax

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

Parameters

algorithm
the name of the requested key algorithm

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.NoSuchAlgorithmExceptionif the specified algorithm is not available by any provider.
Java.Lang.NullPointerExceptionif algorithm is null.

Remarks

Creates a new KeyGenerator instance that provides the specified key algorithm,

[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