Class TrustStoreAndTrustOptions

java.lang.Object
io.quarkus.tls.runtime.TrustStoreAndTrustOptions

public final class TrustStoreAndTrustOptions extends Object
A structure storing a trust store and its associated Vert.x options.
  • Field Details

    • trustStore

      public final KeyStore trustStore
    • options

      public final io.vertx.core.net.TrustOptions options
  • Constructor Details

    • TrustStoreAndTrustOptions

      public TrustStoreAndTrustOptions(KeyStore keyStore, io.vertx.core.net.TrustOptions options)