Java.Security.KeyStoreSpi.EngineGetKey Method
Returns the key with the given alias, using the password to recover the key from the store.

Syntax

[Android.Runtime.Register("engineGetKey", "(Ljava/lang/String;[C)Ljava/security/Key;", "GetEngineGetKey_Ljava_lang_String_arrayCHandler")]
public abstract IKey EngineGetKey (string alias, char[] password)

Parameters

alias
the alias for the entry.
password
the password used to recover the key.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.NoSuchAlgorithmExceptionif the algorithm for recovering the key is not available.
Java.Security.UnrecoverableKeyExceptionif the key can not be recovered.

Remarks

Returns the key with the given alias, using the password to recover the key from the store.

[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