public abstract class SimpleTrustManagerFactory extends TrustManagerFactory
TrustManagerFactory.| Modifier | Constructor and Description | 
|---|---|
protected  | 
SimpleTrustManagerFactory()
Creates a new instance. 
 | 
protected  | 
SimpleTrustManagerFactory(String name)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract TrustManager[] | 
engineGetTrustManagers()
Returns one trust manager for each type of trust material. 
 | 
protected abstract void | 
engineInit(KeyStore keyStore)
Initializes this factory with a source of certificate authorities and related trust material. 
 | 
protected abstract void | 
engineInit(ManagerFactoryParameters managerFactoryParameters)
Initializes this factory with a source of provider-specific key material. 
 | 
getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getProvider, getTrustManagers, init, initprotected SimpleTrustManagerFactory()
protected SimpleTrustManagerFactory(String name)
name - the name of this TrustManagerFactoryprotected abstract void engineInit(KeyStore keyStore) throws Exception
ExceptionTrustManagerFactorySpi.engineInit(KeyStore)protected abstract void engineInit(ManagerFactoryParameters managerFactoryParameters) throws Exception
ExceptionTrustManagerFactorySpi.engineInit(ManagerFactoryParameters)protected abstract TrustManager[] engineGetTrustManagers()
Copyright © 2008-2015 The Netty Project. All Rights Reserved.