Uses of Interface
javax.net.ssl.ManagerFactoryParameters
Packages that use ManagerFactoryParameters
- 
Uses of ManagerFactoryParameters in javax.net.sslClasses in javax.net.ssl that implement ManagerFactoryParametersModifier and TypeClassDescriptionclassA wrapper for CertPathParameters.classA parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.Methods in javax.net.ssl with parameters of type ManagerFactoryParametersModifier and TypeMethodDescriptionprotected abstract voidKeyManagerFactorySpi.engineInit(ManagerFactoryParameters spec)Initializes this factory with a source of key material.protected abstract voidTrustManagerFactorySpi.engineInit(ManagerFactoryParameters spec)Initializes this factory with a source of provider-specific key material.voidKeyManagerFactory.init(ManagerFactoryParameters spec)Initializes this factory with a source of provider-specific key material.voidTrustManagerFactory.init(ManagerFactoryParameters spec)Initializes this factory with a source of provider-specific trust material.