Uses of Class
org.apache.commons.ssl.TrustChain

Packages that use TrustChain
org.apache.commons.ssl   
 

Uses of TrustChain in org.apache.commons.ssl
 

Subclasses of TrustChain in org.apache.commons.ssl
 class KeyMaterial
           
 class TrustMaterial
           
 

Methods in org.apache.commons.ssl that return TrustChain
 TrustChain SSLServer.getTrustChain()
           
 TrustChain SSL.getTrustChain()
           
 TrustChain SSLClient.getTrustChain()
           
 

Methods in org.apache.commons.ssl with parameters of type TrustChain
 void SSLServer.addTrustMaterial(TrustChain trustChain)
           
 void SSLServer.setTrustMaterial(TrustChain trustChain)
           
protected abstract  java.lang.Object JavaImpl.initSSL(SSL ssl, TrustChain tc, KeyMaterial km)
           
static java.lang.Object JavaImpl.init(SSL ssl, TrustChain trustChain, KeyMaterial keyMaterial)
           
protected  java.lang.Object Java13.initSSL(SSL ssl, TrustChain tc, KeyMaterial k)
           
 void SSL.addTrustMaterial(TrustChain trustChain)
           
 void SSL.setTrustMaterial(TrustChain trustChain)
           
 void TrustChain.addTrustMaterial(TrustChain tc)
           
 boolean TrustChain.contains(TrustChain tc)
           
 void SSLClient.addTrustMaterial(TrustChain trustChain)
           
 void SSLClient.setTrustMaterial(TrustChain trustChain)
           
protected  java.lang.Object Java14.initSSL(SSL ssl, TrustChain tc, KeyMaterial k)
           
 

Constructors in org.apache.commons.ssl with parameters of type TrustChain
Java13TrustManagerWrapper(com.sun.net.ssl.X509TrustManager m, TrustChain tc, SSL h)
           
Java14TrustManagerWrapper(javax.net.ssl.X509TrustManager m, TrustChain tc, SSL h)
           
 



Copyright © 2011. All Rights Reserved.