public abstract class SSLContext extends Object implements SSLProvider
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
ciphers |
protected String |
endpointIdentificationAlgorithm |
protected boolean |
needClientAuth |
protected String[] |
protocols |
protected boolean |
wantClientAuth |
| Constructor and Description |
|---|
SSLContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyCipherOrdering(SSLParameters sslParameters) |
void |
applyCiphers(SSLSocket sslSocket) |
protected void |
checkChainValidity(List<Certificate> certs) |
String |
constructHostNamePattern() |
void |
init(SSLParser sslParser,
SSLContext sslc) |
boolean |
showSSLExceptions() |
Socket |
wrap(Socket socket,
byte[] buffer,
int position) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateServerSocket, createSocket, createSocket, createSocket, wrapAcceptedSocketprotected String[] ciphers
protected String[] protocols
protected boolean wantClientAuth
protected boolean needClientAuth
protected String endpointIdentificationAlgorithm
public void init(SSLParser sslParser, SSLContext sslc)
public Socket wrap(Socket socket, byte[] buffer, int position) throws IOException
IOExceptionpublic void applyCiphers(SSLSocket sslSocket)
protected void applyCipherOrdering(SSLParameters sslParameters)
public String constructHostNamePattern()
protected void checkChainValidity(List<Certificate> certs)
public boolean showSSLExceptions()
showSSLExceptions in interface SSLProviderCopyright © 2019. All Rights Reserved.