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 TrustManagerFactorySpi


Constructor Summary
NaiveTrustProvider.TrustManagerFactoryImpl()
           
 
Method Summary
protected  TrustManager[] engineGetTrustManagers()
           
protected  void engineInit(KeyStore keystore)
           
protected  void engineInit(ManagerFactoryParameters mgrparams)
           
static 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 String getAlgorithm()

engineInit

protected void engineInit(KeyStore keystore)
                   throws KeyStoreException
Specified by:
engineInit in class TrustManagerFactorySpi
Throws:
KeyStoreException

engineInit

protected void engineInit(ManagerFactoryParameters mgrparams)
                   throws InvalidAlgorithmParameterException
Specified by:
engineInit in class TrustManagerFactorySpi
Throws:
InvalidAlgorithmParameterException

engineGetTrustManagers

protected TrustManager[] engineGetTrustManagers()
Specified by:
engineGetTrustManagers in class TrustManagerFactorySpi


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