Javax.Net.Ssl.KeyManagerFactorySpi.EngineInit Method
Initializes this instance with the specified key store and password.

Syntax

[Android.Runtime.Register("engineInit", "(Ljava/security/KeyStore;[C)V", "GetEngineInit_Ljava_security_KeyStore_arrayCHandler")]
protected abstract void EngineInit (Java.Security.KeyStore ks, char[] password)

Parameters

ks
the key store or null to use the default key store.
password
the key store password.

Exceptions

TypeReason
Java.Security.KeyStoreExceptionif initializing this instance fails.
Java.Security.NoSuchAlgorithmExceptionif a required algorithm is not available.
Java.Security.UnrecoverableKeyExceptionif a key cannot be recovered.

Remarks

Initializes this instance with the specified key store and password.

[Android Documentation]

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1