javax.net.ssl
public abstract class TrustManagerFactorySpi extends Object
Constructor Summary | |
---|---|
TrustManagerFactorySpi() |
Method Summary | |
---|---|
protected abstract TrustManager[] | engineGetTrustManagers()
Engine method that returns the trust managers created by this factory.
|
protected abstract void | engineInit(ManagerFactoryParameters params)
Engine method that initializes this factory with some algorithm-specific
parameters.
|
protected abstract void | engineInit(KeyStore store)
Engine method that initializes this factory with a key store. |
Returns: The trust managers.
Parameters: params The parameters.
Throws: InvalidAlgorithmParameterException If the given parameters are inappropriate.
Parameters: store The key store.
Throws: KeyStoreException If a problem occurs reading from the key store.