Javax.Net.Ssl.KeyManagerFactory: Method Members

The methods of Javax.Net.Ssl.KeyManagerFactory are listed below. For a list of all members, see the KeyManagerFactory Members list.

See Also: Inherited members from Java.Lang.Object

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.