com.jalios.io.ssl
Class NaiveTrustProvider.TrustManagerFactoryImpl

java.lang.Object
  extended by javax.net.ssl.TrustManagerFactorySpi
      extended by com.jalios.io.ssl.NaiveTrustProvider.TrustManagerFactoryImpl
Enclosing class:
NaiveTrustProvider

public static final class NaiveTrustProvider.TrustManagerFactoryImpl
extends javax.net.ssl.TrustManagerFactorySpi


Constructor Summary
NaiveTrustProvider.TrustManagerFactoryImpl()
           
 
Method Summary
protected  javax.net.ssl.TrustManager[] engineGetTrustManagers()
           
protected  void engineInit(java.security.KeyStore keystore)
           
protected  void engineInit(javax.net.ssl.ManagerFactoryParameters mgrparams)
           
static java.lang.String getAlgorithm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NaiveTrustProvider.TrustManagerFactoryImpl

public NaiveTrustProvider.TrustManagerFactoryImpl()
Method Detail

getAlgorithm

public static java.lang.String getAlgorithm()

engineInit

protected void engineInit(java.security.KeyStore keystore)
                   throws java.security.KeyStoreException
Specified by:
engineInit in class javax.net.ssl.TrustManagerFactorySpi
Throws:
java.security.KeyStoreException

engineInit

protected void engineInit(javax.net.ssl.ManagerFactoryParameters mgrparams)
                   throws java.security.InvalidAlgorithmParameterException
Specified by:
engineInit in class javax.net.ssl.TrustManagerFactorySpi
Throws:
java.security.InvalidAlgorithmParameterException

engineGetTrustManagers

protected javax.net.ssl.TrustManager[] engineGetTrustManagers()
Specified by:
engineGetTrustManagers in class javax.net.ssl.TrustManagerFactorySpi


Copyright © 2001-2010 Jalios SA. All Rights Reserved.