Java.Security.KeyStoreSpi.EngineGetEntry Method
Returns the Entry with the given alias, using the specified ProtectionParameter.

Syntax

[Android.Runtime.Register("engineGetEntry", "(Ljava/lang/String;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Entry;", "GetEngineGetEntry_Ljava_lang_String_Ljava_security_KeyStore_ProtectionParameter_Handler")]
public virtual KeyStore.IEntry EngineGetEntry (string alias, KeyStore.IProtectionParameter protParam)

Parameters

alias
the alias of the requested entry.
protParam
the ProtectionParameter, used to protect the requested entry, maybe null.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.NoSuchAlgorithmExceptionif the required algorithm is not available.
Java.Security.UnrecoverableEntryExceptionif the entry can not be recovered.
Java.Security.KeyStoreExceptionif this operation fails

Remarks

Returns the Entry with the given alias, using the specified ProtectionParameter.

[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