Uses of Interface
io.quarkus.vertx.core.runtime.config.PemTrustCertConfiguration
Packages that use PemTrustCertConfiguration
-
Uses of PemTrustCertConfiguration in io.quarkus.vertx.core.runtime
Methods in io.quarkus.vertx.core.runtime with parameters of type PemTrustCertConfigurationModifier and TypeMethodDescriptionstatic 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 PemTrustCertConfigurationModifier and TypeMethodDescriptionEventBusConfiguration.trustCertificatePem()The trust key configuration for the PEM format.