Package | Description |
---|---|
io.vertx.core.eventbus | |
io.vertx.core.http | |
io.vertx.core.net |
Modifier and Type | Method and Description |
---|---|
EventBusOptions |
EventBusOptions.setPemTrustOptions(PemTrustOptions options) |
Modifier and Type | Method and Description |
---|---|
HttpClientOptions |
HttpClientOptions.setPemTrustOptions(PemTrustOptions options) |
HttpServerOptions |
HttpServerOptions.setPemTrustOptions(PemTrustOptions options) |
Modifier and Type | Method and Description |
---|---|
PemTrustOptions |
PemTrustOptions.addCertPath(String certPath)
Add a certificate path
|
PemTrustOptions |
PemTrustOptions.addCertValue(Buffer certValue)
Add a certificate value
|
PemTrustOptions |
PemTrustOptions.copy() |
PemTrustOptions |
TCPSSLOptions.getPemTrustOptions()
Get the trust options in pem format
|
PemTrustOptions |
SelfSignedCertificate.trustOptions()
Provides the
TrustOptions X.509 certificate file in PEM format corresponding to the SelfSignedCertificate.certificatePath() |
Modifier and Type | Method and Description |
---|---|
ClientOptionsBase |
ClientOptionsBase.setPemTrustOptions(PemTrustOptions options) |
NetClientOptions |
NetClientOptions.setPemTrustOptions(PemTrustOptions options) |
NetServerOptions |
NetServerOptions.setPemTrustOptions(PemTrustOptions options) |
TCPSSLOptions |
TCPSSLOptions.setPemTrustOptions(PemTrustOptions options)
Set the trust options in pem format
|
Constructor and Description |
---|
PemTrustOptions(PemTrustOptions other)
Copy constructor
|
Copyright © 2022 Eclipse. All rights reserved.