Package | Description |
---|---|
io.vertx.core.eventbus | |
io.vertx.core.http | |
io.vertx.core.net |
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 |
---|---|
ClientOptionsBase |
ClientOptionsBase.setPemKeyCertOptions(PemKeyCertOptions options) |
NetClientOptions |
NetClientOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
NetServerOptions |
NetServerOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
TCPSSLOptions |
TCPSSLOptions.setPemKeyCertOptions(PemKeyCertOptions options)
Set the key/cert store options in pem format.
|
Constructor and Description |
---|
PemKeyCertOptions(PemKeyCertOptions other)
Copy constructor
|
Copyright © 2022 Eclipse. All rights reserved.