Modifier and Type | Method and Description |
---|---|
AmqpClientOptions |
AmqpClientOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
EventBusOptions |
EventBusOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
HttpClientOptions |
HttpClientOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
HttpServerOptions |
HttpServerOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
PemKeyCertOptions |
PemKeyCertOptions.addCertPath(String certPath)
Add a path to a certificate file
|
PemKeyCertOptions |
PemKeyCertOptions.addCertValue(Buffer certValue)
Add a certificate as a buffer
|
PemKeyCertOptions |
PemKeyCertOptions.addKeyPath(String keyPath)
Add a path to a key file
|
PemKeyCertOptions |
PemKeyCertOptions.addKeyValue(Buffer keyValue)
Add a key as a buffer
|
PemKeyCertOptions |
PemKeyCertOptions.copy() |
PemKeyCertOptions |
TCPSSLOptions.getPemKeyCertOptions()
Get the key/cert store options in pem format.
|
PemKeyCertOptions |
SelfSignedCertificate.keyCertOptions()
Provides the
KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath() |
PemKeyCertOptions |
PemKeyCertOptions.setCertPath(String certPath)
Set the path of the first certificate, replacing the previous certificates paths
|
PemKeyCertOptions |
PemKeyCertOptions.setCertPaths(List<String> certPaths)
Set all the paths to the certificates files
|
PemKeyCertOptions |
PemKeyCertOptions.setCertValue(Buffer certValue)
Set the first certificate as a buffer, replacing the previous certificates buffers
|
PemKeyCertOptions |
PemKeyCertOptions.setCertValues(List<Buffer> certValues)
Set all the certificates as a list of buffer
|
PemKeyCertOptions |
PemKeyCertOptions.setKeyPath(String keyPath)
Set the path of the first key file, replacing the keys paths
|
PemKeyCertOptions |
PemKeyCertOptions.setKeyPaths(List<String> keyPaths)
Set all the paths to the keys files
|
PemKeyCertOptions |
PemKeyCertOptions.setKeyValue(Buffer keyValue)
Set the first key a a buffer, replacing the previous keys buffers
|
PemKeyCertOptions |
PemKeyCertOptions.setKeyValues(List<Buffer> keyValues)
Set all the keys as a list of buffer
|
Modifier and Type | Method and Description |
---|---|
TCPSSLOptions |
TCPSSLOptions.setPemKeyCertOptions(PemKeyCertOptions options)
Set the key/cert store options in pem format.
|
NetServerOptions |
NetServerOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
ClientOptionsBase |
ClientOptionsBase.setPemKeyCertOptions(PemKeyCertOptions options) |
NetClientOptions |
NetClientOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Constructor and Description |
---|
PemKeyCertOptions(PemKeyCertOptions other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
DB2ConnectOptions |
DB2ConnectOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
ConsulClientOptions |
ConsulClientOptions.setPemKeyCertOptions(PemKeyCertOptions options)
Set the key/cert store options in pem format.
|
Modifier and Type | Method and Description |
---|---|
MailConfig |
MailConfig.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
HttpTermOptions |
HttpTermOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
TelnetTermOptions |
TelnetTermOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
SSHTermOptions |
SSHTermOptions.setPemKeyPairOptions(PemKeyCertOptions options)
Set the key pair store options in pem format.
|
Modifier and Type | Method and Description |
---|---|
CachingWebClientOptions |
CachingWebClientOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
WebClientOptions |
WebClientOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
MqttClientOptions |
MqttClientOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
MqttServerOptions |
MqttServerOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
MSSQLConnectOptions |
MSSQLConnectOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
MySQLConnectOptions |
MySQLConnectOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
PgConnectOptions |
PgConnectOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
RabbitMQOptions |
RabbitMQOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
PemKeyCertOptions |
SelfSignedCertificate.keyCertOptions()
Provides the
KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath() |
Modifier and Type | Method and Description |
---|---|
PemKeyCertOptions |
SelfSignedCertificate.keyCertOptions()
Provides the
KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath() |
Modifier and Type | Method and Description |
---|---|
PemKeyCertOptions |
SelfSignedCertificate.keyCertOptions()
Provides the
KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath() |
Modifier and Type | Method and Description |
---|---|
PemKeyCertOptions |
IgniteSslOptions.getPemKeyCertOptions() |
Modifier and Type | Method and Description |
---|---|
IgniteSslOptions |
IgniteSslOptions.setPemKeyCertOptions(PemKeyCertOptions pemKeyCertOptions)
Sets PemKeyCertOptions that will be used for creating a secure socket layer.
|
Modifier and Type | Method and Description |
---|---|
HttpSenderOptions |
HttpSenderOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Copyright © 2023 Eclipse. All rights reserved.