Package | Description |
---|---|
io.vertx.amqpbridge | |
io.vertx.core.eventbus | |
io.vertx.core.http | |
io.vertx.core.net | |
io.vertx.ext.shell.term |
Modifier and Type | Method and Description |
---|---|
AmqpBridgeOptions |
AmqpBridgeOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
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.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
|
Modifier and Type | Method and Description |
---|---|
HttpTermOptions |
HttpTermOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
TelnetTermOptions |
TelnetTermOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
SSHTermOptions |
SSHTermOptions.setPemKeyPairOptions(PemKeyCertOptions options)
Set the key pair store options in pem format.
|
Copyright © 2016. All rights reserved.