| Package | Description |
|---|---|
| io.vertx.core.eventbus | |
| io.vertx.core.http | |
| io.vertx.core.net |
| 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
|
Copyright © 2024 Eclipse. All rights reserved.