|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.net.ssl.TrustManagerFactorySpi
org.globus.gsi.trustmanager.PKITrustManagerFactory
public class PKITrustManagerFactory
This factory creates trust managers which support the Globus SSL library.
| Constructor Summary | |
|---|---|
PKITrustManagerFactory()
|
|
| Method Summary | |
|---|---|
protected javax.net.ssl.TrustManager[] |
engineGetTrustManagers()
Returns one trust manager for each type of trust material. |
protected void |
engineInit(java.security.KeyStore keyStore)
Initializes this factory with a source of certificate authorities and related trust material. |
protected void |
engineInit(javax.net.ssl.ManagerFactoryParameters managerFactoryParameters)
Initializes this factory with a source of provider-specific key material. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PKITrustManagerFactory()
| Method Detail |
|---|
protected void engineInit(java.security.KeyStore keyStore)
throws java.security.KeyStoreException
engineInit in class javax.net.ssl.TrustManagerFactorySpikeyStore - The key store or null
java.security.KeyStoreException - if the initialization fails.
protected void engineInit(javax.net.ssl.ManagerFactoryParameters managerFactoryParameters)
throws java.security.InvalidAlgorithmParameterException
engineInit in class javax.net.ssl.TrustManagerFactorySpimanagerFactoryParameters - The X509ProxyCertPathParameters which are used to create
TrustManagers.
java.security.InvalidAlgorithmParameterException - If the Parameters are invalidprotected javax.net.ssl.TrustManager[] engineGetTrustManagers()
engineGetTrustManagers in class javax.net.ssl.TrustManagerFactorySpi
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||