Package io.quarkus.tls.runtime.keystores
Class P12KeyStores
java.lang.Object
io.quarkus.tls.runtime.keystores.P12KeyStores
A utility class to validate P12 key store and trust store configurations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeyStoreAndKeyCertOptionsverifyP12KeyStore(KeyStoreConfig ksc, io.vertx.core.Vertx vertx, String name) static TrustStoreAndTrustOptionsverifyP12TrustStoreStore(TrustStoreConfig config, io.vertx.core.Vertx vertx, String name)
-
Method Details
-
verifyP12KeyStore
public static KeyStoreAndKeyCertOptions verifyP12KeyStore(KeyStoreConfig ksc, io.vertx.core.Vertx vertx, String name) -
verifyP12TrustStoreStore
public static TrustStoreAndTrustOptions verifyP12TrustStoreStore(TrustStoreConfig config, io.vertx.core.Vertx vertx, String name)
-