Modifier and Type | Method and Description |
---|---|
AmqpClientOptions |
AmqpClientOptions.setKeyCertOptions(KeyCertOptions options) |
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 |
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() |
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) |
Modifier and Type | Method and Description |
---|---|
DB2ConnectOptions |
DB2ConnectOptions.setKeyCertOptions(KeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
ConsulClientOptions |
ConsulClientOptions.setKeyCertOptions(KeyCertOptions options)
Set the key/cert options.
|
Modifier and Type | Method and Description |
---|---|
MailConfig |
MailConfig.setKeyCertOptions(KeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
KeyCertOptions |
SSHTermOptions.getKeyPairOptions() |
Modifier and Type | Method and Description |
---|---|
WebClientOptions |
WebClientOptions.setKeyCertOptions(KeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
MqttClientOptions |
MqttClientOptions.setKeyCertOptions(KeyCertOptions options) |
MqttServerOptions |
MqttServerOptions.setKeyCertOptions(KeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
MySQLConnectOptions |
MySQLConnectOptions.setKeyCertOptions(KeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
PgConnectOptions |
PgConnectOptions.setKeyCertOptions(KeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
RabbitMQOptions |
RabbitMQOptions.setKeyCertOptions(KeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
HttpSenderOptions |
HttpSenderOptions.setKeyCertOptions(KeyCertOptions options) |
Copyright © 2021 Eclipse. All rights reserved.