Uses of Interface
io.vertx.core.net.TrustOptions
Packages that use TrustOptions
Package
Description
-
Uses of TrustOptions in io.vertx.amqp
Methods in io.vertx.amqp with parameters of type TrustOptions -
Uses of TrustOptions in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus with parameters of type TrustOptions -
Uses of TrustOptions in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type TrustOptionsModifier and TypeMethodDescriptionHttpClientOptions.setTrustOptions(TrustOptions options) HttpServerOptions.setTrustOptions(TrustOptions options) WebSocketClientOptions.setTrustOptions(TrustOptions options) -
Uses of TrustOptions in io.vertx.core.net
Classes in io.vertx.core.net that implement TrustOptionsModifier and TypeClassDescriptionclassKey or trust store options configuring private key and/or certificates based on Java Keystore files.classKey or trust store options configuring private key and/or certificates based onKeyStore.classBase class ofKeyStorebased options.classCertificate Authority options configuring certificates based on Privacy-enhanced Electronic Email (PEM) files.classKey or trust store options configuring private key and/or certificates based on PKCS#12 files.Methods in io.vertx.core.net that return TrustOptionsModifier and TypeMethodDescriptionTrustOptions.copy()SSLOptions.getTrustOptions()TCPSSLOptions.getTrustOptions()static TrustOptionsTrustOptions.wrap(TrustManager trustManager) Returns aTrustOptionsfrom the providedTrustManagerstatic TrustOptionsTrustOptions.wrap(TrustManagerFactory trustManagerFactory) Returns aTrustOptionsfrom the providedTrustManagerFactoryMethods in io.vertx.core.net with parameters of type TrustOptionsModifier and TypeMethodDescriptionClientOptionsBase.setTrustOptions(TrustOptions options) ClientSSLOptions.setTrustOptions(TrustOptions options) NetClientOptions.setTrustOptions(TrustOptions options) NetServerOptions.setTrustOptions(TrustOptions options) ServerSSLOptions.setTrustOptions(TrustOptions options) SSLOptions.setTrustOptions(TrustOptions options) Set the trust options.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 TrustOptionsModifier and TypeMethodDescriptionConsulClientOptions.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 -
Uses of TrustOptions in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type TrustOptionsModifier and TypeMethodDescriptionCachingWebClientOptions.setTrustOptions(TrustOptions options) WebClientOptions.setTrustOptions(TrustOptions options) -
Uses of TrustOptions in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type TrustOptionsModifier and TypeMethodDescriptionMqttClientOptions.setTrustOptions(TrustOptions options) MqttServerOptions.setTrustOptions(TrustOptions options) -
Uses of TrustOptions in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq with parameters of type TrustOptions -
Uses of TrustOptions in io.vertx.tracing.zipkin
Methods in io.vertx.tracing.zipkin with parameters of type TrustOptions