| Package | Description |
|---|---|
| org.apache.commons.ssl |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyMaterial |
| Modifier and Type | Field and Description |
|---|---|
static TrustMaterial |
TrustMaterial.CACERTS
Might be null if "$JAVA_HOME/jre/lib/security/cacerts" doesn't exist.
|
static TrustMaterial |
TrustMaterial.DEFAULT
Should never be null (unless both CACERTS and JSSE_CACERTS are not
present???).
|
static TrustMaterial |
TrustMaterial.JSSE_CACERTS
Might be null if "$JAVA_HOME/jre/lib/security/jssecacerts" doesn't exist.
|
static TrustMaterial |
TrustMaterial.TRUST_ALL |
static TrustMaterial |
TomcatServerXML.TRUST_MATERIAL
TrustMaterial extracted from Tomcat's conf/server.xml.
|
static TrustMaterial |
TrustMaterial.TRUST_THIS_JVM |
Copyright © 2019. All rights reserved.