Uses of Class
com.sun.net.ssl.KeyManagerFactory

Packages that use KeyManagerFactory
com.sun.net.ssl Provides classes related to creating and configuring secure socket factories. 
 

Uses of KeyManagerFactory in com.sun.net.ssl
 

Methods in com.sun.net.ssl that return KeyManagerFactory
static KeyManagerFactory KeyManagerFactory.getInstance(String algorithm)
          Generates a KeyManagerFactory object that implements the specified key management algorithm.
static KeyManagerFactory KeyManagerFactory.getInstance(String algorithm, String provider)
          Generates a KeyManagerFactory object for the specified key management algorithm from the specified provider.
static KeyManagerFactory KeyManagerFactory.getInstance(String algorithm, Provider provider)
          Generates a KeyManagerFactory object for the specified key management algorithm from the specified provider.