Uses of Interface
javax.net.ssl.ManagerFactoryParameters

Packages that use ManagerFactoryParameters
javax.net.ssl Provides classes for the secure socket package. 
 

Uses of ManagerFactoryParameters in javax.net.ssl
 

Methods in javax.net.ssl with parameters of type ManagerFactoryParameters
 void TrustManagerFactory.init(ManagerFactoryParameters spec)
          Initializes this factory with a source of provider-specific trust material.
 void KeyManagerFactory.init(ManagerFactoryParameters spec)
          Initializes this factory with a source of provider-specific key material.