Modifier and Type | Method and Description |
---|---|
AmqpClientOptions |
AmqpClientOptions.setPfxKeyCertOptions(PfxOptions options) |
AmqpClientOptions |
AmqpClientOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
EventBusOptions |
EventBusOptions.setPfxKeyCertOptions(PfxOptions options)
Deprecated.
|
EventBusOptions |
EventBusOptions.setPfxTrustOptions(PfxOptions options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WebSocketClientOptions |
WebSocketClientOptions.setPfxKeyCertOptions(PfxOptions options)
Deprecated.
|
HttpClientOptions |
HttpClientOptions.setPfxKeyCertOptions(PfxOptions options)
Deprecated.
|
HttpServerOptions |
HttpServerOptions.setPfxKeyCertOptions(PfxOptions options)
Deprecated.
|
WebSocketClientOptions |
WebSocketClientOptions.setPfxTrustOptions(PfxOptions options)
Deprecated.
|
HttpClientOptions |
HttpClientOptions.setPfxTrustOptions(PfxOptions options)
Deprecated.
|
HttpServerOptions |
HttpServerOptions.setPfxTrustOptions(PfxOptions options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PfxOptions |
PfxOptions.copy() |
PfxOptions |
TCPSSLOptions.getPfxKeyCertOptions()
Deprecated.
instead use
TCPSSLOptions.getKeyCertOptions() |
PfxOptions |
TCPSSLOptions.getPfxTrustOptions()
Deprecated.
instead use
TCPSSLOptions.getTrustOptions() |
PfxOptions |
PfxOptions.setAlias(String alias) |
PfxOptions |
PfxOptions.setAliasPassword(String aliasPassword) |
PfxOptions |
PfxOptions.setPassword(String password) |
PfxOptions |
PfxOptions.setPath(String path) |
PfxOptions |
PfxOptions.setValue(Buffer value)
Set the key store as a buffer
|
Modifier and Type | Method and Description |
---|---|
TCPSSLOptions |
TCPSSLOptions.setPfxKeyCertOptions(PfxOptions options)
Deprecated.
instead use
TCPSSLOptions.setKeyCertOptions(KeyCertOptions) |
NetServerOptions |
NetServerOptions.setPfxKeyCertOptions(PfxOptions options)
Deprecated.
|
ClientOptionsBase |
ClientOptionsBase.setPfxKeyCertOptions(PfxOptions options)
Deprecated.
|
NetClientOptions |
NetClientOptions.setPfxKeyCertOptions(PfxOptions options)
Deprecated.
|
TCPSSLOptions |
TCPSSLOptions.setPfxTrustOptions(PfxOptions options)
Deprecated.
instead use
TCPSSLOptions.setTrustOptions(TrustOptions) |
NetServerOptions |
NetServerOptions.setPfxTrustOptions(PfxOptions options)
Deprecated.
|
ClientOptionsBase |
ClientOptionsBase.setPfxTrustOptions(PfxOptions options)
Deprecated.
|
NetClientOptions |
NetClientOptions.setPfxTrustOptions(PfxOptions options)
Deprecated.
|
Constructor and Description |
---|
PfxOptions(PfxOptions other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
ConsulClientOptions |
ConsulClientOptions.setPfxKeyCertOptions(PfxOptions options)
Set the key/cert options in pfx format.
|
ConsulClientOptions |
ConsulClientOptions.setPfxTrustOptions(PfxOptions options)
Set the trust options in pfx format
|
Modifier and Type | Method and Description |
---|---|
MailConfig |
MailConfig.setPfxKeyCertOptions(PfxOptions options) |
MailConfig |
MailConfig.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
HttpTermOptions |
HttpTermOptions.setPfxKeyCertOptions(PfxOptions options) |
TelnetTermOptions |
TelnetTermOptions.setPfxKeyCertOptions(PfxOptions options) |
SSHTermOptions |
SSHTermOptions.setPfxKeyPairOptions(PfxOptions options)
Set the key pair options in pfx format.
|
HttpTermOptions |
HttpTermOptions.setPfxTrustOptions(PfxOptions options) |
TelnetTermOptions |
TelnetTermOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
CachingWebClientOptions |
CachingWebClientOptions.setPfxKeyCertOptions(PfxOptions options) |
WebClientOptions |
WebClientOptions.setPfxKeyCertOptions(PfxOptions options) |
CachingWebClientOptions |
CachingWebClientOptions.setPfxTrustOptions(PfxOptions options) |
WebClientOptions |
WebClientOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
MqttClientOptions |
MqttClientOptions.setPfxKeyCertOptions(PfxOptions options) |
MqttServerOptions |
MqttServerOptions.setPfxKeyCertOptions(PfxOptions options) |
MqttClientOptions |
MqttClientOptions.setPfxTrustOptions(PfxOptions options) |
MqttServerOptions |
MqttServerOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
MSSQLConnectOptions |
MSSQLConnectOptions.setPfxKeyCertOptions(PfxOptions options) |
MSSQLConnectOptions |
MSSQLConnectOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
MySQLConnectOptions |
MySQLConnectOptions.setPfxKeyCertOptions(PfxOptions options) |
MySQLConnectOptions |
MySQLConnectOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
PgConnectOptions |
PgConnectOptions.setPfxKeyCertOptions(PfxOptions options) |
PgConnectOptions |
PgConnectOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
RabbitMQOptions |
RabbitMQOptions.setPfxKeyCertOptions(PfxOptions options) |
RabbitMQOptions |
RabbitMQOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
PfxOptions |
IgniteSslOptions.getPfxKeyCertOptions() |
PfxOptions |
IgniteSslOptions.getPfxTrustOptions() |
Modifier and Type | Method and Description |
---|---|
IgniteSslOptions |
IgniteSslOptions.setPfxKeyCertOptions(PfxOptions pfxKeyCertOptions)
Sets PfxKeyCertOptions that will be used for creating a secure socket layer.
|
IgniteSslOptions |
IgniteSslOptions.setPfxTrustOptions(PfxOptions pfxTrustOptions)
Sets PfxTrustOptions that will be used for creating a secure socket layer.
|
Modifier and Type | Method and Description |
---|---|
HttpSenderOptions |
HttpSenderOptions.setPfxKeyCertOptions(PfxOptions options) |
HttpSenderOptions |
HttpSenderOptions.setPfxTrustOptions(PfxOptions options) |
Copyright © 2024 Eclipse. All rights reserved.