Javax.Net.Ssl.KeyManagerFactory.Init Method
Initializes this instance with the specified key store and password.

Syntax

[Android.Runtime.Register("init", "(Ljava/security/KeyStore;[C)V", "")]
public void Init (Java.Security.KeyStore ks, char[] password)

Parameters

ks
the key store or null to use the default key store.
password
the password for the specified key store or null if no key store is provided.

Exceptions

TypeReason
Java.Security.KeyStoreExceptionif initializing this key manager factory 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