Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.net.ssl.KeyManager

Uses of KeyManager in javax.net.ssl
 

Subinterfaces of KeyManager in javax.net.ssl
 interface X509KeyManager
          A key manager for X.509 certificates and their associated private keys.
 

Methods in javax.net.ssl that return KeyManager
protected abstract  KeyManager[] KeyManagerFactorySpi.engineGetKeyManagers()
          Engine method for retrieving this factory's key managers.
 KeyManager[] KeyManagerFactory.getKeyManagers()
          Get an array of key managers appropriate for this algorithm, with the most preferred manager first.
 

Methods in javax.net.ssl with parameters of type KeyManager
protected abstract  void SSLContextSpi.engineInit(KeyManager[] keyManagers, TrustManager[] trustManagers, java.security.SecureRandom random)
          Initialize this context with key and trust managers, and a source of randomness.
 void SSLContext.init(KeyManager[] keyManagers, TrustManager[] trustManagers, java.security.SecureRandom random)
          Initializes this context and prepares it for producing socket factories.