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 |
---|---|
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 |
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.clone()
Deprecated.
use
copy() instead |
default KeyCertOptions |
KeyCertOptions.copy() |
KeyCertOptions |
TCPSSLOptions.getKeyCertOptions() |
Modifier and Type | Method and Description |
---|---|
ClientOptionsBase |
ClientOptionsBase.setKeyCertOptions(KeyCertOptions options) |
NetClientOptions |
NetClientOptions.setKeyCertOptions(KeyCertOptions options) |
NetServerOptions |
NetServerOptions.setKeyCertOptions(KeyCertOptions options) |
TCPSSLOptions |
TCPSSLOptions.setKeyCertOptions(KeyCertOptions options)
Set the key/cert options.
|
Copyright © 2019 Eclipse. All rights reserved.