Javax.Net.Ssl.TrustManagerFactory Members

The members of Javax.Net.Ssl.TrustManagerFactory are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Creates a new TrustManagerFactory instance.

Public Properties

[read-only]
Algorithmstring. Returns the name of this TrustManagerFactory algorithm implementation.
[read-only]
static
DefaultAlgorithmstring. Returns the default algorithm name for the TrustManagerFactory.
[read-only]
ProviderJava.Security.Provider. Returns the provider for this TrustManagerFactory instance.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetInstance(string) : TrustManagerFactory
Creates a new TrustManagerFactory instance for the specified trust management algorithm.
static
GetInstance(string, Java.Security.Provider) : TrustManagerFactory
Creates a new TrustManagerFactory instance for the specified trust management algorithm from the specified provider.
static
GetInstance(string, string) : TrustManagerFactory
Creates a new TrustManagerFactory instance for the specified trust management algorithm from the specified provider.
GetTrustManagers() : ITrustManager[]
Returns the list of TrustManagers with one entry for each type of trust material.
Init(Java.Security.KeyStore)
Initializes this factory instance with the specified keystore as source of certificate authorities and trust material.
Init(IManagerFactoryParameters)
Initializes this factory instance with the specified provider-specific parameters for a source of trust material.