Uses of Class
io.vertx.core.net.SSLOptions
Packages that use SSLOptions
-
Uses of SSLOptions in io.vertx.core.net
Subclasses of SSLOptions in io.vertx.core.netModifier and TypeClassDescriptionclassClient SSL options.classServer SSL options.Methods in io.vertx.core.net that return SSLOptionsModifier and TypeMethodDescriptionSSLOptions.addCrlPath(String crlPath) Add a CRL pathSSLOptions.addCrlValue(Buffer crlValue) Add a CRL valueSSLOptions.addEnabledCipherSuite(String suite) Add an enabled cipher suite, appended to the ordered suites.SSLOptions.addEnabledSecureTransportProtocol(String protocol) Add an enabled SSL/TLS protocols, appended to the ordered protocols.SSLOptions.copy()protected SSLOptionsTCPSSLOptions.createSSLOptions()protected SSLOptionsTCPSSLOptions.getOrCreateSSLOptions()TCPSSLOptions.getSslOptions()SSLOptions.removeEnabledCipherSuite(String suite) Removes an enabled cipher suite from the ordered suites.SSLOptions.removeEnabledSecureTransportProtocol(String protocol) Removes an enabled SSL/TLS protocol from the ordered protocols.SSLOptions.setApplicationLayerProtocols(List<String> protocols) Set the list of application-layer protocols to provide to the server during the Application-Layer Protocol Negotiation.SSLOptions.setEnabledSecureTransportProtocols(Set<String> enabledSecureTransportProtocols) Sets the list of enabled SSL/TLS protocols.SSLOptions.setKeyCertOptions(KeyCertOptions options) Set the key/cert options.SSLOptions.setSslHandshakeTimeout(long sslHandshakeTimeout) Set the SSL handshake timeout, default time unit is seconds.SSLOptions.setSslHandshakeTimeoutUnit(TimeUnit sslHandshakeTimeoutUnit) Set the SSL handshake timeout unit.SSLOptions.setTrustOptions(TrustOptions options) Set the trust options.SSLOptions.setUseAlpn(boolean useAlpn) Set the ALPN usage.SSLOptions.setUseHybridKeyExchangeProtocol(boolean useHybridKeyExchangeProtocol) Enable or disable the hybrid post-quantum key exchange protocol X25519MLKEM768.Methods in io.vertx.core.net with parameters of type SSLOptionsModifier and TypeMethodDescriptionNetSocket.upgradeToSsl(SSLOptions sslOptions) Upgrade channel to use SSL/TLS.NetSocket.upgradeToSsl(SSLOptions sslOptions, Buffer msg) LikeNetSocket.upgradeToSsl(SSLOptions, String, Buffer)without indicating a server nameNetSocket.upgradeToSsl(SSLOptions sslOptions, String serverName) LikeNetSocket.upgradeToSsl(SSLOptions, String, Buffer)without an upgrade message.NetSocket.upgradeToSsl(SSLOptions sslOptions, String serverName, Buffer upgrade) Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake.Constructors in io.vertx.core.net with parameters of type SSLOptions -
Uses of SSLOptions in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net with parameters of type SSLOptionsModifier and TypeMethodDescriptionNetSocket.rxUpgradeToSsl(SSLOptions sslOptions) Upgrade channel to use SSL/TLS.NetSocket.rxUpgradeToSsl(SSLOptions sslOptions, Buffer msg) LikeNetSocket.upgradeToSsl()without indicating a server nameNetSocket.rxUpgradeToSsl(SSLOptions sslOptions, String serverName) LikeNetSocket.upgradeToSsl()without an upgrade message.NetSocket.rxUpgradeToSsl(SSLOptions sslOptions, String serverName, Buffer upgrade) Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake.NetSocket.upgradeToSsl(SSLOptions sslOptions) Upgrade channel to use SSL/TLS.NetSocket.upgradeToSsl(SSLOptions sslOptions, Buffer msg) LikeNetSocket.upgradeToSsl()without indicating a server nameNetSocket.upgradeToSsl(SSLOptions sslOptions, String serverName) LikeNetSocket.upgradeToSsl()without an upgrade message.NetSocket.upgradeToSsl(SSLOptions sslOptions, String serverName, Buffer upgrade) Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake. -
Uses of SSLOptions in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net with parameters of type SSLOptionsModifier and TypeMethodDescriptionNetSocket.rxUpgradeToSsl(SSLOptions sslOptions) Upgrade channel to use SSL/TLS.NetSocket.rxUpgradeToSsl(SSLOptions sslOptions, Buffer msg) LikeNetSocket.upgradeToSsl()without indicating a server nameNetSocket.rxUpgradeToSsl(SSLOptions sslOptions, String serverName) LikeNetSocket.upgradeToSsl()without an upgrade message.NetSocket.rxUpgradeToSsl(SSLOptions sslOptions, String serverName, Buffer upgrade) Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake.NetSocket.upgradeToSsl(SSLOptions sslOptions) Upgrade channel to use SSL/TLS.NetSocket.upgradeToSsl(SSLOptions sslOptions, Buffer msg) LikeNetSocket.upgradeToSsl()without indicating a server nameNetSocket.upgradeToSsl(SSLOptions sslOptions, String serverName) LikeNetSocket.upgradeToSsl()without an upgrade message.NetSocket.upgradeToSsl(SSLOptions sslOptions, String serverName, Buffer upgrade) Upgrade the channel to use SSL/TLS, in other words proceeds to the TLS handshake.