Java io.vertx.core.net TCPSSLOptions fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.net TCPSSLOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.net TCPSSLOptions.

The text is from its open source code.

Field

intDEFAULT_IDLE_TIMEOUT
Default idle timeout = 0

Method

TCPSSLOptionsaddCrlPath(String crlPath)
Add a CRL path
TCPSSLOptionsaddEnabledCipherSuite(String suite)
Add an enabled cipher suite, appended to the ordered suites.
TCPSSLOptionsaddEnabledSecureTransportProtocol(String protocol)
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
TCPSSLOptionssetEnabledSecureTransportProtocols(Set enabledSecureTransportProtocols)
Sets the list of enabled SSL/TLS protocols.
TCPSSLOptionssetKeyStoreOptions(JksOptions options)
Set the key/cert options in jks format, aka Java keystore.
TCPSSLOptionssetOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions)
TCPSSLOptionssetPemKeyCertOptions(PemKeyCertOptions options)
Set the key/cert store options in pem format.
TCPSSLOptionssetPfxKeyCertOptions(PfxOptions options)
Set the key/cert options in pfx format.
TCPSSLOptionssetPfxTrustOptions(PfxOptions options)
Set the trust options in pfx format
TCPSSLOptionssetSsl(boolean ssl)
Set whether SSL/TLS is enabled
TCPSSLOptionssetTrustStoreOptions(JksOptions options)
Set the trust options in jks format, aka Java truststore