Uses of Interface
io.vertx.core.net.TrustOptions
-
Packages that use TrustOptions Package Description io.vertx.core.eventbus io.vertx.core.http io.vertx.core.net -
-
Uses of TrustOptions in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus with parameters of type TrustOptions Modifier and Type Method Description EventBusOptionsEventBusOptions. 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 HttpClientOptionsHttpClientOptions. setTrustOptions(TrustOptions options)HttpServerOptionsHttpServerOptions. setTrustOptions(TrustOptions options)WebSocketClientOptionsWebSocketClientOptions. 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 classJksOptionsKey or trust store options configuring private key and/or certificates based on Java Keystore files.classKeyStoreOptionsKey or trust store options configuring private key and/or certificates based onKeyStore.classKeyStoreOptionsBaseBase class ofKeyStorebased options.classPemTrustOptionsCertificate Authority options configuring certificates based on Privacy-enhanced Electronic Email (PEM) files.classPfxOptionsKey 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 TrustOptionsTrustOptions. copy()TrustOptionsSSLOptions. getTrustOptions()TrustOptionsTCPSSLOptions. 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 TrustOptions Modifier and Type Method Description ClientOptionsBaseClientOptionsBase. setTrustOptions(TrustOptions options)ClientSSLOptionsClientSSLOptions. setTrustOptions(TrustOptions options)NetClientOptionsNetClientOptions. setTrustOptions(TrustOptions options)NetServerOptionsNetServerOptions. setTrustOptions(TrustOptions options)ServerSSLOptionsServerSSLOptions. setTrustOptions(TrustOptions options)SSLOptionsSSLOptions. setTrustOptions(TrustOptions options)Set the trust options.TCPSSLOptionsTCPSSLOptions. setTrustOptions(TrustOptions options)Set the trust options.
-