Uses of Interface
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
Methods in io.quarkus.vertx.core.runtime.config that return PemTrustCertConfiguration Modifier and Type Method Description PemTrustCertConfigurationEventBusConfiguration. trustCertificatePem()The trust key configuration for the PEM format.
-