Package io.quarkus.tls.runtime.keystores
Class TrustAllOptions
java.lang.Object
io.quarkus.tls.runtime.keystores.TrustAllOptions
- All Implemented Interfaces:
io.vertx.core.net.TrustOptions
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.net.TrustOptionscopy()getTrustManagerFactory(io.vertx.core.Vertx vertx) trustManagerMapper(io.vertx.core.Vertx vertx)
-
Field Details
-
INSTANCE
-
-
Method Details
-
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
-
trustManagerMapper
- Specified by:
trustManagerMapperin interfaceio.vertx.core.net.TrustOptions
-