Package | Description |
---|---|
io.vertx.core.http | |
io.vertx.core.net |
Modifier and Type | Method and Description |
---|---|
HttpClientOptions |
HttpClientOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
HttpServerOptions |
HttpServerOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
Modifier and Type | Method and Description |
---|---|
PemKeyCertOptions |
PemKeyCertOptions.clone() |
PemKeyCertOptions |
PemKeyCertOptions.setCertPath(String certPath)
Set the path to the certificate
|
PemKeyCertOptions |
PemKeyCertOptions.setCertValue(Buffer certValue)
Set the certificate as a buffer
|
PemKeyCertOptions |
PemKeyCertOptions.setKeyPath(String keyPath)
Set the path to the key file
|
PemKeyCertOptions |
PemKeyCertOptions.setKeyValue(Buffer keyValue)
Set the key a a buffer
|
Modifier and Type | Method and Description |
---|---|
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 © 2015. All Rights Reserved.