Uses of Interface
com.sun.net.ssl.KeyManager

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

Uses of KeyManager in com.sun.net.ssl
 

Subinterfaces of KeyManager in com.sun.net.ssl
 interface X509KeyManager
          Instances of this interface manage which X509 certificate-based key pairs are used to authenticate the local side of a secure socket.
 

Methods in com.sun.net.ssl that return KeyManager
 KeyManager[] KeyManagerFactory.getKeyManagers()
          Returns one key manager for each type of key material.
protected abstract  KeyManager[] KeyManagerFactorySpi.engineGetKeyManagers()
          Returns one trust manager for each type of trust material.
 

Methods in com.sun.net.ssl with parameters of type KeyManager
protected abstract  void SSLContextSpi.engineInit(KeyManager[] ah, TrustManager[] th, SecureRandom sr)
          Initializes this context.
 void SSLContext.init(KeyManager[] km, TrustManager[] tm, SecureRandom random)
          Initializes this context.