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
static | GetInstance(string)Creates a new KeyManagerFactory instance for the specified key management algorithm. | |
static | GetInstance(string, Java.Security.Provider)Creates a new KeyManagerFactory instance for the specified key management algorithm from the specified provider. | |
static | GetInstance(string, string)Creates a new KeyManagerFactory instance for the specified key management algorithm from the specified provider. | |
GetKeyManagers()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. |