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, init
protected SimpleTrustManagerFactory()
protected SimpleTrustManagerFactory(String name)
name
- the name of this TrustManagerFactory
protected abstract void engineInit(KeyStore keyStore) throws Exception
Exception
TrustManagerFactorySpi.engineInit(KeyStore)
protected abstract void engineInit(ManagerFactoryParameters managerFactoryParameters) throws Exception
Exception
TrustManagerFactorySpi.engineInit(ManagerFactoryParameters)
protected abstract TrustManager[] engineGetTrustManagers()
Copyright © 2008–2017 The Netty Project. All rights reserved.