Package dev.resteasy.vertx.ssl
package dev.resteasy.vertx.ssl
SSL/TLS support bridging a JDK
SSLContext to Vert.x SSL configuration.
Vert.x natively expects KeyCertOptions and TrustOptions and
validates their presence before a server or client starts. The types in this package allow a standard
SSLContext - the form the Jakarta REST SeBootstrap API exposes - to be used instead,
by wrapping it into a Netty JdkSslContext that already carries all key and trust material.
Types
SslContextConverter- Configures SSL on Vert.xHttpServerOptionsorHttpClientOptionsfrom a givenSSLContext
- Since:
- 2.0
-
Classes