Uses of Class
io.quarkus.vertx.core.runtime.config.PemTrustCertConfiguration
-
Packages that use PemTrustCertConfiguration Package Description io.quarkus.vertx.core.runtime io.quarkus.vertx.core.runtime.config -
-
Uses of PemTrustCertConfiguration in io.quarkus.vertx.core.runtime
Methods in io.quarkus.vertx.core.runtime with parameters of type PemTrustCertConfiguration Modifier and Type Method Description static voidSSLConfigHelper. configurePemTrustOptions(io.vertx.core.net.TCPSSLOptions options, PemTrustCertConfiguration configuration) -
Uses of PemTrustCertConfiguration in io.quarkus.vertx.core.runtime.config
Fields in io.quarkus.vertx.core.runtime.config declared as PemTrustCertConfiguration Modifier and Type Field Description PemTrustCertConfigurationEventBusConfiguration. trustCertificatePemThe trust key configuration for the PEM format.
-