class SslContextFactory.Factory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private javax.net.ssl.SSLContext |
_context |
private java.security.KeyStore |
_keyStore |
private java.security.KeyStore |
_trustStore |
| Constructor and Description |
|---|
Factory(java.security.KeyStore keyStore,
java.security.KeyStore trustStore,
javax.net.ssl.SSLContext context) |