Javax.Crypto.SecretKeyFactory.GetInstance Method
Creates a new SecretKeyFactory instance for the specified key algorithm.

Syntax

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

Parameters

algorithm
the name of the key algorithm.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.NoSuchAlgorithmExceptionif no installed provider can provide the requested algorithm.
Java.Lang.NullPointerExceptionif the specified algorithm is null.

Remarks

Creates a new SecretKeyFactory instance for 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