| Package | Description |
|---|---|
| io.vertx.core.eventbus | |
| io.vertx.core.http | |
| io.vertx.core.net |
| Modifier and Type | Method and Description |
|---|---|
EventBusOptions |
EventBusOptions.setTrustOptions(TrustOptions options) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientOptions |
HttpClientOptions.setTrustOptions(TrustOptions options) |
WebSocketClientOptions |
WebSocketClientOptions.setTrustOptions(TrustOptions options) |
HttpServerOptions |
HttpServerOptions.setTrustOptions(TrustOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
JksOptions
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
|
class |
KeyStoreOptions
Key or trust store options configuring private key and/or certificates based on
KeyStore. |
class |
KeyStoreOptionsBase
Base class of
KeyStore based options. |
class |
PemTrustOptions
Certificate Authority options configuring certificates based on
Privacy-enhanced Electronic Email (PEM) files.
|
class |
PfxOptions
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
|
| Modifier and Type | Method and Description |
|---|---|
TrustOptions |
TrustOptions.copy() |
TrustOptions |
TCPSSLOptions.getTrustOptions() |
TrustOptions |
SSLOptions.getTrustOptions() |
static TrustOptions |
TrustOptions.wrap(TrustManager trustManager)
Returns a
TrustOptions from the provided TrustManager |
static TrustOptions |
TrustOptions.wrap(TrustManagerFactory trustManagerFactory)
Returns a
TrustOptions from the provided TrustManagerFactory |
| Modifier and Type | Method and Description |
|---|---|
NetClientOptions |
NetClientOptions.setTrustOptions(TrustOptions options) |
TCPSSLOptions |
TCPSSLOptions.setTrustOptions(TrustOptions options)
Set the trust options.
|
SSLOptions |
SSLOptions.setTrustOptions(TrustOptions options)
Set the trust options.
|
NetServerOptions |
NetServerOptions.setTrustOptions(TrustOptions options) |
ClientOptionsBase |
ClientOptionsBase.setTrustOptions(TrustOptions options) |
Copyright © 2026 Eclipse. All rights reserved.