Javax.Net.Ssl.KeyManagerFactory Members

The members of Javax.Net.Ssl.KeyManagerFactory 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 KeyManagerFactory.

Public Properties

[read-only]
Algorithmstring. Returns the name of the key management algorithm.
[read-only]
static
DefaultAlgorithmstring. Returns the default key manager factory algorithm name.
[read-only]
ProviderJava.Security.Provider. Returns the provider for this KeyManagerFactory 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) : KeyManagerFactory
Creates a new KeyManagerFactory instance for the specified key management algorithm.
static
GetInstance(string, Java.Security.Provider) : KeyManagerFactory
Creates a new KeyManagerFactory instance for the specified key management algorithm from the specified provider.
static
GetInstance(string, string) : KeyManagerFactory
Creates a new KeyManagerFactory instance for the specified key management algorithm from the specified provider.
GetKeyManagers() : IKeyManager[]
Returns a list of key managers, one instance for each type of key in the key store.
Init(IManagerFactoryParameters)
Initializes this instance with the specified factory parameters.
Init(Java.Security.KeyStore, char[])
Initializes this instance with the specified key store and password.