Uses of Class
io.quarkus.tls.runtime.TrustStoreAndTrustOptions
Packages that use TrustStoreAndTrustOptions
-
Uses of TrustStoreAndTrustOptions in io.quarkus.tls.runtime
Methods in io.quarkus.tls.runtime that return TrustStoreAndTrustOptionsModifier and TypeMethodDescriptionstatic TrustStoreAndTrustOptionsCertificateRecorder.getTrustStore(TlsBucketConfig bucketConfig, io.vertx.core.Vertx vertx, String name) static TrustStoreAndTrustOptionsJavaxNetSslTrustStoreProvider.getTrustStore(io.vertx.core.Vertx vertx) TrustStoreProvider.getTrustStore(io.vertx.core.Vertx vertx) Returns the truststore and options to be used for [re]loading the state of a TLS configurationConstructors in io.quarkus.tls.runtime with parameters of type TrustStoreAndTrustOptionsModifierConstructorDescription(package private)VertxCertificateHolder(io.vertx.core.Vertx vertx, String name, TlsBucketConfig config, KeyStoreAndKeyCertOptions ks, TrustStoreAndTrustOptions ts) -
Uses of TrustStoreAndTrustOptions in io.quarkus.tls.runtime.keystores
Methods in io.quarkus.tls.runtime.keystores that return TrustStoreAndTrustOptionsModifier and TypeMethodDescriptionstatic TrustStoreAndTrustOptionsJKSKeyStores.verifyJKSTrustStoreStore(TrustStoreConfig config, io.vertx.core.Vertx vertx, String name) static TrustStoreAndTrustOptionsP12KeyStores.verifyP12TrustStoreStore(TrustStoreConfig config, io.vertx.core.Vertx vertx, String name) static TrustStoreAndTrustOptionsPemKeyStores.verifyPEMTrustStoreStore(TrustStoreConfig tsc, io.vertx.core.Vertx vertx, String name)