Package io.quarkus.tls.runtime.keystores
Class ExpiryTrustOptions
java.lang.Object
io.quarkus.tls.runtime.keystores.ExpiryTrustOptions
- All Implemented Interfaces:
io.vertx.core.net.TrustOptions
A trust options that verify for the certificate expiration date and reject the certificate if it is expired.
-
Constructor Summary
ConstructorsConstructorDescriptionExpiryTrustOptions(io.vertx.core.net.TrustOptions delegate, TrustStoreConfig.CertificateExpiryPolicy certificateExpiryPolicy) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.net.TrustOptionscopy()booleangetTrustManagerFactory(io.vertx.core.Vertx vertx) toString()trustManagerMapper(io.vertx.core.Vertx vertx) io.vertx.core.net.TrustOptionsunwrap()
-
Constructor Details
-
ExpiryTrustOptions
public ExpiryTrustOptions(io.vertx.core.net.TrustOptions delegate, TrustStoreConfig.CertificateExpiryPolicy certificateExpiryPolicy)
-
-
Method Details
-
unwrap
public io.vertx.core.net.TrustOptions unwrap() -
copy
public io.vertx.core.net.TrustOptions copy()- Specified by:
copyin interfaceio.vertx.core.net.TrustOptions
-
getTrustManagerFactory
- Specified by:
getTrustManagerFactoryin interfaceio.vertx.core.net.TrustOptions- Throws:
Exception
-
trustManagerMapper
- Specified by:
trustManagerMapperin interfaceio.vertx.core.net.TrustOptions
-
equals
-
toString
-