Java.Security.KeyStore.GetEntry Method
Returns the Entry with the given alias, using the specified ProtectionParameter.

Syntax

[Android.Runtime.Register("getEntry", "(Ljava/lang/String;Ljava/security/KeyStore$ProtectionParameter;)Ljava/security/KeyStore$Entry;", "")]
public KeyStore.IEntry GetEntry (string alias, KeyStore.IProtectionParameter param)

Parameters

alias
the alias of the requested entry.
param
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 KeyStore is not initialized.
Java.Lang.NullPointerExceptionif alias is null.

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