Class TrustManagerFactoryWrapper
java.lang.Object
javax.net.ssl.TrustManagerFactory
io.netty.handler.ssl.util.SimpleTrustManagerFactory
io.netty.handler.ssl.util.TrustManagerFactoryWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TrustManager[]Returns one trust manager for each type of trust material.protected voidengineInit(KeyStore keyStore) Initializes this factory with a source of certificate authorities and related trust material.protected voidengineInit(ManagerFactoryParameters managerFactoryParameters) Initializes this factory with a source of provider-specific key material.Methods inherited from class TrustManagerFactory
getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getProvider, getTrustManagers, init, init
-
Constructor Details
-
TrustManagerFactoryWrapper
-
-
Method Details
-
engineInit
Description copied from class:SimpleTrustManagerFactoryInitializes this factory with a source of certificate authorities and related trust material.- Specified by:
engineInitin classSimpleTrustManagerFactory- Throws:
Exception- See Also:
-
engineInit
Description copied from class:SimpleTrustManagerFactoryInitializes this factory with a source of provider-specific key material.- Specified by:
engineInitin classSimpleTrustManagerFactory- Throws:
Exception- See Also:
-
engineGetTrustManagers
Description copied from class:SimpleTrustManagerFactoryReturns one trust manager for each type of trust material.- Specified by:
engineGetTrustManagersin classSimpleTrustManagerFactory- See Also:
-