Uses of Interface
io.vertx.core.net.TrustOptions
-
-
Uses of TrustOptions in io.vertx.amqp
Methods in io.vertx.amqp with parameters of type TrustOptions Modifier and Type Method Description AmqpClientOptions
AmqpClientOptions. setTrustOptions(TrustOptions options)
-
Uses of TrustOptions in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus with parameters of type TrustOptions Modifier and Type Method Description EventBusOptions
EventBusOptions. setTrustOptions(TrustOptions options)
-
Uses of TrustOptions in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type TrustOptions Modifier and Type Method Description HttpClientOptions
HttpClientOptions. setTrustOptions(TrustOptions options)
HttpServerOptions
HttpServerOptions. setTrustOptions(TrustOptions options)
WebSocketClientOptions
WebSocketClientOptions. setTrustOptions(TrustOptions options)
-
Uses of TrustOptions in io.vertx.core.net
Classes in io.vertx.core.net that implement TrustOptions Modifier and Type Class Description class
JksOptions
Key or trust store options configuring private key and/or certificates based on Java Keystore files.class
KeyStoreOptions
Key or trust store options configuring private key and/or certificates based onKeyStore
.class
KeyStoreOptionsBase
Base class ofKeyStore
based options.class
PemTrustOptions
Certificate Authority options configuring certificates based on Privacy-enhanced Electronic Email (PEM) files.class
PfxOptions
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.Methods in io.vertx.core.net that return TrustOptions Modifier and Type Method Description TrustOptions
TrustOptions. copy()
TrustOptions
SSLOptions. getTrustOptions()
TrustOptions
TCPSSLOptions. getTrustOptions()
static TrustOptions
TrustOptions. wrap(TrustManager trustManager)
Returns aTrustOptions
from the providedTrustManager
static TrustOptions
TrustOptions. wrap(TrustManagerFactory trustManagerFactory)
Returns aTrustOptions
from the providedTrustManagerFactory
Methods in io.vertx.core.net with parameters of type TrustOptions Modifier and Type Method Description ClientOptionsBase
ClientOptionsBase. setTrustOptions(TrustOptions options)
ClientSSLOptions
ClientSSLOptions. setTrustOptions(TrustOptions options)
NetClientOptions
NetClientOptions. setTrustOptions(TrustOptions options)
NetServerOptions
NetServerOptions. setTrustOptions(TrustOptions options)
ServerSSLOptions
ServerSSLOptions. setTrustOptions(TrustOptions options)
SSLOptions
SSLOptions. setTrustOptions(TrustOptions options)
Set the trust options.TCPSSLOptions
TCPSSLOptions. setTrustOptions(TrustOptions options)
Set the trust options. -
Uses of TrustOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul with parameters of type TrustOptions Modifier and Type Method Description ConsulClientOptions
ConsulClientOptions. setTrustOptions(TrustOptions options)
Set the trust options. -
Uses of TrustOptions in io.vertx.ext.mail
Methods in io.vertx.ext.mail with parameters of type TrustOptions Modifier and Type Method Description MailConfig
MailConfig. setTrustOptions(TrustOptions options)
-
Uses of TrustOptions in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type TrustOptions Modifier and Type Method Description CachingWebClientOptions
CachingWebClientOptions. setTrustOptions(TrustOptions options)
WebClientOptions
WebClientOptions. setTrustOptions(TrustOptions options)
-
Uses of TrustOptions in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type TrustOptions Modifier and Type Method Description MqttClientOptions
MqttClientOptions. setTrustOptions(TrustOptions options)
MqttServerOptions
MqttServerOptions. setTrustOptions(TrustOptions options)
-
Uses of TrustOptions in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq with parameters of type TrustOptions Modifier and Type Method Description RabbitMQOptions
RabbitMQOptions. setTrustOptions(TrustOptions options)
-
Uses of TrustOptions in io.vertx.tracing.zipkin
Methods in io.vertx.tracing.zipkin with parameters of type TrustOptions Modifier and Type Method Description HttpSenderOptions
HttpSenderOptions. setTrustOptions(TrustOptions options)
-