public abstract class TrustManagerFactorySpi extends java.lang.Object
| Constructor and Description |
|---|
TrustManagerFactorySpi() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TrustManager[] |
engineGetTrustManagers()
Engine method that returns the trust managers created by this factory.
|
protected abstract void |
engineInit(java.security.KeyStore store)
Engine method that initializes this factory with a key store.
|
protected abstract void |
engineInit(ManagerFactoryParameters params)
Engine method that initializes this factory with some algorithm-specific
parameters.
|
public TrustManagerFactorySpi()
protected abstract TrustManager[] engineGetTrustManagers()
protected abstract void engineInit(ManagerFactoryParameters params) throws java.security.InvalidAlgorithmParameterException
params - The parameters.java.security.InvalidAlgorithmParameterException - If the given parameters are
inappropriate.protected abstract void engineInit(java.security.KeyStore store) throws java.security.KeyStoreException
store - The key store.java.security.KeyStoreException - If a problem occurs reading from the key store.