Javax.Net.Ssl.TrustManagerFactory.Init Method
Initializes this factory instance with the specified keystore as source of certificate authorities and trust material.

Syntax

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

Parameters

ks
the keystore or null.

Exceptions

TypeReason
Java.Security.KeyStoreExceptionif the initialization fails.

Remarks

Initializes this factory instance with the specified keystore as source of certificate authorities and trust material.

[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