| Package | Description |
|---|---|
| org.apache.commons.ssl |
| Modifier and Type | Field and Description |
|---|---|
static KeyMaterial |
TomcatServerXML.KEY_MATERIAL
KeyMaterial extracted from Tomcat's conf/server.xml.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
JavaImpl.init(SSL ssl,
TrustChain trustChain,
KeyMaterial keyMaterial) |
protected abstract Object |
JavaImpl.initSSL(SSL ssl,
TrustChain tc,
KeyMaterial km) |
protected Object |
Java14.initSSL(SSL ssl,
TrustChain tc,
KeyMaterial k) |
protected Object |
Java13.initSSL(SSL ssl,
TrustChain tc,
KeyMaterial k) |
void |
SSL.setKeyMaterial(KeyMaterial keyMaterial) |
void |
SSLClient.setKeyMaterial(KeyMaterial keyMaterial) |
void |
SSLServer.setKeyMaterial(KeyMaterial keyMaterial) |
| Constructor and Description |
|---|
Java13KeyManagerWrapper(com.sun.net.ssl.X509KeyManager m,
KeyMaterial km,
SSL h) |
Java14KeyManagerWrapper(X509KeyManager m,
KeyMaterial km,
SSL h) |
Copyright © 2019. All rights reserved.