| Package | Description |
|---|---|
| org.apache.commons.ssl |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyMaterial |
class |
TrustMaterial |
| Modifier and Type | Method and Description |
|---|---|
TrustChain |
SSL.getTrustChain() |
TrustChain |
SSLClient.getTrustChain() |
TrustChain |
SSLServer.getTrustChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrustChain.addTrustMaterial(TrustChain tc) |
void |
SSL.addTrustMaterial(TrustChain trustChain) |
void |
SSLClient.addTrustMaterial(TrustChain trustChain) |
void |
SSLServer.addTrustMaterial(TrustChain trustChain) |
boolean |
TrustChain.contains(TrustChain tc) |
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.setTrustMaterial(TrustChain trustChain) |
void |
SSLClient.setTrustMaterial(TrustChain trustChain) |
void |
SSLServer.setTrustMaterial(TrustChain trustChain) |
| Constructor and Description |
|---|
Java13TrustManagerWrapper(com.sun.net.ssl.X509TrustManager m,
TrustChain tc,
SSL h) |
Java14TrustManagerWrapper(X509TrustManager m,
TrustChain tc,
SSL h) |
Copyright © 2019. All rights reserved.