Javax.Net.Ssl.TrustManagerFactory.GetInstance Method
Creates a new TrustManagerFactory instance for the specified trust management algorithm from the specified provider.

Syntax

[Android.Runtime.Register("getInstance", "(Ljava/lang/String;Ljava/security/Provider;)Ljavax/net/ssl/TrustManagerFactory;", "")]
public static TrustManagerFactory GetInstance (string algorithm, Java.Security.Provider provider)

Parameters

algorithm
the name of the requested key management algorithm name.
provider
the provider that provides the requested algorithm.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.NoSuchAlgorithmExceptionif the specified provider cannot provide the requested algorithm.
Java.Lang.NullPointerExceptionif algorithm is null (instead of NoSuchAlgorithmException as in 1.4 release)

Remarks

Creates a new TrustManagerFactory instance for the specified trust management algorithm from the specified provider.

[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