SSLOptions |
SSLOptions.addCrlPath(String crlPath) |
Add a CRL path
|
SSLOptions |
SSLOptions.addCrlValue(Buffer crlValue) |
Add a CRL value
|
SSLOptions |
SSLOptions.addEnabledCipherSuite(String suite) |
Add an enabled cipher suite, appended to the ordered suites.
|
SSLOptions |
SSLOptions.addEnabledSecureTransportProtocol(String protocol) |
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
|
SSLOptions |
SSLOptions.copy() |
|
protected SSLOptions |
TCPSSLOptions.getOrCreateSSLOptions() |
|
SSLOptions |
TCPSSLOptions.getSslOptions() |
|
SSLOptions |
SSLOptions.removeEnabledCipherSuite(String suite) |
Removes an enabled cipher suite from the ordered suites.
|
SSLOptions |
SSLOptions.removeEnabledSecureTransportProtocol(String protocol) |
Removes an enabled SSL/TLS protocol from the ordered protocols.
|
SSLOptions |
SSLOptions.setApplicationLayerProtocols(List<String> protocols) |
Set the list of application-layer protocols to provide to the server during the Application-Layer Protocol Negotiation.
|
SSLOptions |
SSLOptions.setEnabledSecureTransportProtocols(Set<String> enabledSecureTransportProtocols) |
Sets the list of enabled SSL/TLS protocols.
|
SSLOptions |
SSLOptions.setKeyCertOptions(KeyCertOptions options) |
Set the key/cert options.
|
SSLOptions |
SSLOptions.setSslHandshakeTimeout(long sslHandshakeTimeout) |
Set the SSL handshake timeout, default time unit is seconds.
|
SSLOptions |
SSLOptions.setSslHandshakeTimeoutUnit(TimeUnit sslHandshakeTimeoutUnit) |
Set the SSL handshake timeout unit.
|
SSLOptions |
SSLOptions.setTrustOptions(TrustOptions options) |
Set the trust options.
|
SSLOptions |
SSLOptions.setUseAlpn(boolean useAlpn) |
Set the ALPN usage.
|