public final class TrustManagerFactoryWrapper extends SimpleTrustManagerFactory
| Constructor and Description |
|---|
TrustManagerFactoryWrapper(TrustManager tm) |
| Modifier and Type | Method and Description |
|---|---|
protected TrustManager[] |
engineGetTrustManagers()
Returns one trust manager for each type of trust material.
|
protected void |
engineInit(KeyStore keyStore)
Initializes this factory with a source of certificate authorities and related trust material.
|
protected void |
engineInit(ManagerFactoryParameters managerFactoryParameters)
Initializes this factory with a source of provider-specific key material.
|
getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getProvider, getTrustManagers, init, initpublic TrustManagerFactoryWrapper(TrustManager tm)
protected void engineInit(KeyStore keyStore) throws Exception
SimpleTrustManagerFactoryengineInit in class SimpleTrustManagerFactoryExceptionTrustManagerFactorySpi.engineInit(KeyStore)protected void engineInit(ManagerFactoryParameters managerFactoryParameters) throws Exception
SimpleTrustManagerFactoryengineInit in class SimpleTrustManagerFactoryExceptionTrustManagerFactorySpi.engineInit(ManagerFactoryParameters)protected TrustManager[] engineGetTrustManagers()
SimpleTrustManagerFactoryengineGetTrustManagers in class SimpleTrustManagerFactoryTrustManagerFactorySpi.engineGetTrustManagers()Copyright © 2008–2025 The Netty Project. All rights reserved.