Name
ManagerFactoryParameters
Synopsis
This marker interface identifies
objects that provide algorithm-specific or provider-specific
initialization parameters for KeyManagerFactory
and TrustManagerFactory objects. In the default
“SunJSSE” provider shiped by Sun,
the only supported type for these factory classes is
“SunX509”. Factories of these types
need to be initialized with a KeyStore object but
do not require any specialized
ManagerFactoryParameters object. Therefore, the
javax.net.ssl package does not define any
subinterfaces of this interface, and it is never used with the
default provider. Third-party or future providers may use it,
however.
public interface ManagerFactoryParameters {
}Implementations
CertPathTrustManagerParameters,
KeyStoreBuilderParameters
Passed To
KeyManagerFactory.init( ),
KeyManagerFactorySpi.engineInit( ),
TrustManagerFactory.init( ),
TrustManagerFactorySpi.engineInit( )
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access