| Package | Description |
|---|---|
| io.vertx.core.eventbus | |
| io.vertx.core.http | |
| io.vertx.core.net |
| Modifier and Type | Method and Description |
|---|---|
EventBusOptions |
EventBusOptions.setKeyCertOptions(KeyCertOptions options) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketClientOptions |
WebSocketClientOptions.setKeyCertOptions(KeyCertOptions options) |
HttpClientOptions |
HttpClientOptions.setKeyCertOptions(KeyCertOptions options) |
HttpServerOptions |
HttpServerOptions.setKeyCertOptions(KeyCertOptions 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 |
PemKeyCertOptions
Key store options configuring a list of private key and its certificate 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 |
|---|---|
KeyCertOptions |
KeyCertOptions.copy() |
KeyCertOptions |
TCPSSLOptions.getKeyCertOptions() |
KeyCertOptions |
SSLOptions.getKeyCertOptions() |
static KeyCertOptions |
KeyCertOptions.wrap(KeyManagerFactory keyManagerFactory)
Returns a
KeyCertOptions from the provided KeyManagerFactory |
static KeyCertOptions |
KeyCertOptions.wrap(X509KeyManager keyManager)
Returns a
KeyCertOptions from the provided X509KeyManager |
| Modifier and Type | Method and Description |
|---|---|
TCPSSLOptions |
TCPSSLOptions.setKeyCertOptions(KeyCertOptions options)
Set the key/cert options.
|
NetServerOptions |
NetServerOptions.setKeyCertOptions(KeyCertOptions options) |
ClientOptionsBase |
ClientOptionsBase.setKeyCertOptions(KeyCertOptions options) |
NetClientOptions |
NetClientOptions.setKeyCertOptions(KeyCertOptions options) |
SSLOptions |
SSLOptions.setKeyCertOptions(KeyCertOptions options)
Set the key/cert options.
|
Copyright © 2025 Eclipse. All rights reserved.