Class ExpiryTrustOptions

java.lang.Object
io.quarkus.tls.runtime.keystores.ExpiryTrustOptions
All Implemented Interfaces:
io.vertx.core.net.TrustOptions

public class ExpiryTrustOptions extends Object implements io.vertx.core.net.TrustOptions
A trust options that verify for the certificate expiration date and reject the certificate if it is expired.
  • Constructor Details

  • Method Details

    • unwrap

      public io.vertx.core.net.TrustOptions unwrap()
    • copy

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

      public TrustManagerFactory getTrustManagerFactory(io.vertx.core.Vertx vertx) throws Exception
      Specified by:
      getTrustManagerFactory in interface io.vertx.core.net.TrustOptions
      Throws:
      Exception
    • trustManagerMapper

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object