Java.Security.KeyStore.GetInstance Method
Returns a new instance of KeyStore with the specified type.

Syntax

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

See Also

KeyStore.DefaultType

Parameters

type
the type of the returned KeyStore.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.KeyStoreExceptionif an error occurred during the creation of the new KeyStore.
Java.Lang.NullPointerExceptionif type == null

Remarks

Returns a new instance of KeyStore with the specified type.

[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