Uses of Class javax.net.ssl.KeyManagerFactory

Uses in package javax.net.ssl

Methods with return type javax.net.ssl.KeyManagerFactory

KeyManagerFactory
KeyManagerFactory.getInstance(String algorithm)
Get an instance of the named key manager factory, from the first provider that implements it.
KeyManagerFactory
KeyManagerFactory.getInstance(String algorithm, Provider provider)
Get an instance of the named key manager factory, from the given provider.
KeyManagerFactory
KeyManagerFactory.getInstance(String algorithm, String provider)
Get an instance of the named key manager factory, from the named provider.