Java javax.net.ssl KeyManagerFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.net.ssl KeyManagerFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.net.ssl KeyManagerFactory.

The text is from its open source code.

Method

StringgetAlgorithm()
Returns the algorithm name of this KeyManagerFactory object.
StringgetDefaultAlgorithm()
Obtains the default KeyManagerFactory algorithm name.
KeyManagerFactorygetInstance(String algorithm)
Returns a KeyManagerFactory object that acts as a factory for key managers.
KeyManagerFactorygetInstance(String algorithm, String provider)
Returns a KeyManagerFactory object that acts as a factory for key managers.
KeyManagerFactorygetInstance(String algorithm, Provider provider)
Returns a KeyManagerFactory object that acts as a factory for key managers.
KeyManager[]getKeyManagers()
Returns one key manager for each type of key material.
ProvidergetProvider()
Returns the provider of this KeyManagerFactory object.
voidinit(KeyStore ks, char[] password)
Initializes this factory with a source of key material.
voidinit(ManagerFactoryParameters spec)
Initializes this factory with a source of provider-specific key material.