|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.net.ssl.TrustManagerFactorySpi
Constructor Summary | |
TrustManagerFactorySpi()
|
Method Summary | |
protected abstract TrustManager[] |
engineGetTrustManagers()
Returns one trust manager for each type of trust material. |
protected abstract void |
engineInit(java.security.KeyStore ks)
Initializes this factory with a source of certificate authorities and related trust material. |
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 void engineInit(java.security.KeyStore ks) throws java.security.KeyStoreException
ks
- the key store or nullprotected abstract TrustManager[] engineGetTrustManagers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |