com.ibm.etill.framework.clientapi
Class GullibleTrustManagerFactoryImpl

java.lang.Object
  javax.net.ssl.TrustManagerFactorySpi
      com.ibm.etill.framework.clientapi.GullibleTrustManagerFactoryImpl

public final class GullibleTrustManagerFactoryImpl
extends javax.net.ssl.TrustManagerFactorySpi

Constructor Summary
GullibleTrustManagerFactoryImpl()
Method Summary
protected javax.net.ssl.TrustManager[] engineGetTrustManagers()
Returns one trust manager for each type of trust material.
protected void engineInit(java.security.KeyStore ks)
protected void engineInit(javax.net.ssl.ManagerFactoryParameters arg0)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

GullibleTrustManagerFactoryImpl

public GullibleTrustManagerFactoryImpl()
Method Detail

engineInit

protected void engineInit(java.security.KeyStore ks)
                   throws java.security.KeyStoreException
Throws:
java.security.KeyStoreException

engineGetTrustManagers

protected javax.net.ssl.TrustManager[] engineGetTrustManagers()
Returns one trust manager for each type of trust material.

engineInit

protected void engineInit(javax.net.ssl.ManagerFactoryParameters arg0)
                   throws java.security.InvalidAlgorithmParameterException
Throws:
java.security.InvalidAlgorithmParameterException
See Also:
TrustManagerFactorySpi.engineInit(ManagerFactoryParameters)

Feedback