Package io.quarkus.tls.runtime
Class TrustStoreAndTrustOptions
java.lang.Object
io.quarkus.tls.runtime.TrustStoreAndTrustOptions
A structure storing a trust store and its associated Vert.x options.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTrustStoreAndTrustOptions(KeyStore keyStore, io.vertx.core.net.TrustOptions options) -
Method Summary
-
Field Details
-
trustStore
-
options
public final io.vertx.core.net.TrustOptions options
-
-
Constructor Details
-
TrustStoreAndTrustOptions
-