Uses of Interface
javax.net.ssl.ManagerFactoryParameters
| Package | Description |
|---|---|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.conscrypt |
-
Uses of ManagerFactoryParameters in javax.net.ssl
Classes in javax.net.ssl that implement ManagerFactoryParameters Modifier and Type Class Description classCertPathTrustManagerParametersCertification path parameters to provide to certification path basedTrustManager.classKeyStoreBuilderParametersThe parameters forKeyManagers.Methods in javax.net.ssl with parameters of type ManagerFactoryParameters Modifier and Type Method Description protected abstract voidKeyManagerFactorySpi. engineInit(ManagerFactoryParameters spec)Initializes this instance with the specified factory parameters.protected abstract voidTrustManagerFactorySpi. engineInit(ManagerFactoryParameters spec)Initializes this factory instance with the specified provider-specific parameters for a source of trust material.voidKeyManagerFactory. init(ManagerFactoryParameters spec)Initializes this instance with the specified factory parameters.voidTrustManagerFactory. init(ManagerFactoryParameters spec)Initializes this factory instance with the specified provider-specific parameters for a source of trust material. -
Uses of ManagerFactoryParameters in org.conscrypt
Methods in org.conscrypt with parameters of type ManagerFactoryParameters Modifier and Type Method Description protected voidKeyManagerFactoryImpl. engineInit(ManagerFactoryParameters spec)voidTrustManagerFactoryImpl. engineInit(ManagerFactoryParameters spec)