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) |
EventBusOptions |
EventBusOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
HttpClientOptions |
HttpClientOptions.setPfxKeyCertOptions(PfxOptions options) |
HttpServerOptions |
HttpServerOptions.setPfxKeyCertOptions(PfxOptions options) |
HttpClientOptions |
HttpClientOptions.setPfxTrustOptions(PfxOptions options) |
HttpServerOptions |
HttpServerOptions.setPfxTrustOptions(PfxOptions options) |
Modifier and Type | Method and Description |
---|---|
PfxOptions |
PfxOptions.clone() |
PfxOptions |
PfxOptions.copy() |
PfxOptions |
TCPSSLOptions.getPfxKeyCertOptions()
Get the key/cert options in pfx format.
|
PfxOptions |
TCPSSLOptions.getPfxTrustOptions()
Get the trust options in pfx format
|
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 |
---|---|
ClientOptionsBase |
ClientOptionsBase.setPfxKeyCertOptions(PfxOptions options) |
NetClientOptions |
NetClientOptions.setPfxKeyCertOptions(PfxOptions options) |
NetServerOptions |
NetServerOptions.setPfxKeyCertOptions(PfxOptions options) |
TCPSSLOptions |
TCPSSLOptions.setPfxKeyCertOptions(PfxOptions options)
Set the key/cert options in pfx format.
|
ClientOptionsBase |
ClientOptionsBase.setPfxTrustOptions(PfxOptions options) |
NetClientOptions |
NetClientOptions.setPfxTrustOptions(PfxOptions options) |
NetServerOptions |
NetServerOptions.setPfxTrustOptions(PfxOptions options) |
TCPSSLOptions |
TCPSSLOptions.setPfxTrustOptions(PfxOptions options)
Set the trust options in pfx format
|
Constructor and Description |
---|
PfxOptions(PfxOptions other)
Copy constructor
|
Copyright © 2020 Eclipse. All rights reserved.