|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.net.ssl.TrustManagerFactorySpi
public abstract class TrustManagerFactorySpi
The service provider interface (SPI) for trust managers.
Constructor Summary | |
---|---|
TrustManagerFactorySpi()
|
Method Summary | |
---|---|
protected abstract TrustManager[] |
engineGetTrustManagers()
Engine method that returns the trust managers created by this factory. |
protected abstract void |
engineInit(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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrustManagerFactorySpi()
Method Detail |
---|
protected abstract TrustManager[] engineGetTrustManagers()
protected abstract void engineInit(ManagerFactoryParameters params) throws InvalidAlgorithmParameterException
params
- The parameters.
InvalidAlgorithmParameterException
- If the given parameters are
inappropriate.protected abstract void engineInit(KeyStore store) throws KeyStoreException
store
- The key store.
KeyStoreException
- If a problem occurs reading from the key store.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |