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

Packages that use TrustMaterial
org.apache.commons.ssl   
 

Uses of TrustMaterial in org.apache.commons.ssl
 

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

Fields in org.apache.commons.ssl declared as TrustMaterial
static TrustMaterial TomcatServerXML.TRUST_MATERIAL
          TrustMaterial extracted from Tomcat's conf/server.xml.
static TrustMaterial TrustMaterial.CACERTS
          Might be null if "$JAVA_HOME/jre/lib/security/cacerts" doesn't exist.
static TrustMaterial TrustMaterial.JSSE_CACERTS
          Might be null if "$JAVA_HOME/jre/lib/security/jssecacerts" doesn't exist.
static TrustMaterial TrustMaterial.DEFAULT
          Should never be null (unless both CACERTS and JSSE_CACERTS are not present???).
static TrustMaterial TrustMaterial.TRUST_ALL
           
static TrustMaterial TrustMaterial.TRUST_THIS_JVM
           
 



Copyright © 2011. All Rights Reserved.