Java.Security.KeyStoreSpi.EngineSetEntry Method
Stores the given Entry in this KeyStoreSpi and associates the entry with the given alias.

Syntax

[Android.Runtime.Register("engineSetEntry", "(Ljava/lang/String;Ljava/security/KeyStore$Entry;Ljava/security/KeyStore$ProtectionParameter;)V", "GetEngineSetEntry_Ljava_lang_String_Ljava_security_KeyStore_Entry_Ljava_security_KeyStore_ProtectionParameter_Handler")]
public virtual void EngineSetEntry (string alias, KeyStore.IEntry entry, KeyStore.IProtectionParameter protParam)

Parameters

alias
the alias for the entry.
entry
the entry to store.
protParam
the ProtectionParameter to protect the entry.

Exceptions

TypeReason
Java.Security.KeyStoreExceptionif this operation fails.

Remarks

Stores the given Entry in this KeyStoreSpi and associates the entry with the given alias. The entry is protected by the specified ProtectionParameter.

If the specified alias already exists, it will be reassigned.

[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