The members of Javax.Net.Ssl.TrustManagerFactory are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
Creates a new TrustManagerFactory instance. |
[read-only] | Algorithm | string. Returns the name of this TrustManagerFactory algorithm implementation. |
[read-only] static | DefaultAlgorithm | string. Returns the default algorithm name for the TrustManagerFactory. |
[read-only] | Provider | Java.Security.Provider. Returns the provider for this TrustManagerFactory instance. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | GetInstance(string)Creates a new TrustManagerFactory instance for the specified trust management algorithm. | |
static | GetInstance(string, Java.Security.Provider)Creates a new TrustManagerFactory instance for the specified trust management algorithm from the specified provider. | |
static | GetInstance(string, string)Creates a new TrustManagerFactory instance for the specified trust management algorithm from the specified provider. | |
GetTrustManagers()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. |