public abstract class SslContextFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SSLContext |
ctx |
| Constructor and Description |
|---|
SslContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
SSLContext |
getContext() |
SSLEngine |
getEngine() |
protected TrustManager[] |
getTrustManagers() |
protected abstract boolean |
isClient() |
protected SSLContext ctx
public SSLContext getContext()
protected abstract boolean isClient()
public SSLEngine getEngine()
protected TrustManager[] getTrustManagers()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.