Class JavaxNetSslTrustStoreProvider.JavaNetSslTrustOptions

java.lang.Object
io.quarkus.tls.runtime.JavaxNetSslTrustStoreProvider.JavaNetSslTrustOptions
All Implemented Interfaces:
io.vertx.core.net.TrustOptions
Enclosing class:
JavaxNetSslTrustStoreProvider

static class JavaxNetSslTrustStoreProvider.JavaNetSslTrustOptions extends Object implements io.vertx.core.net.TrustOptions
  • Constructor Details

    • JavaNetSslTrustOptions

      JavaNetSslTrustOptions()
  • Method Details

    • trustManagerMapper

      public Function<String,TrustManager[]> trustManagerMapper(io.vertx.core.Vertx vertx) throws Exception
      Specified by:
      trustManagerMapper in interface io.vertx.core.net.TrustOptions
      Throws:
      Exception
    • getTrustManagerFactory

      public TrustManagerFactory getTrustManagerFactory(io.vertx.core.Vertx vertx)
      Specified by:
      getTrustManagerFactory in interface io.vertx.core.net.TrustOptions
    • copy

      public io.vertx.core.net.TrustOptions copy()
      Specified by:
      copy in interface io.vertx.core.net.TrustOptions
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object