Java.Security.KeyFactory.GetInstance Method
Returns a new instance of KeyFactory that utilizes the specified algorithm.

Syntax

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

Parameters

algorithm
the name of the algorithm.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.NoSuchAlgorithmExceptionif no provider provides the requested algorithm.

Remarks

Returns a new instance of KeyFactory that utilizes the specified algorithm.

[Android Documentation]

Requirements

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