Package io.quarkiverse.hivemqclient.ssl
Class KeyStoreUtil
java.lang.Object
io.quarkiverse.hivemqclient.ssl.KeyStoreUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyManagerFactorykeyManagerFromKeystore(File keyStoreFile, String keyStorePassword, String privateKeyPassword, String keystoreType) static TrustManagerFactorytrustManagerFromKeystore(File trustStoreFile, String trustStorePassword, String truststoreType)
-
Constructor Details
-
KeyStoreUtil
public KeyStoreUtil()
-
-
Method Details
-
trustManagerFromKeystore
public static TrustManagerFactory trustManagerFromKeystore(File trustStoreFile, String trustStorePassword, String truststoreType) throws RuntimeException - Throws:
RuntimeException
-
keyManagerFromKeystore
public static KeyManagerFactory keyManagerFromKeystore(File keyStoreFile, String keyStorePassword, String privateKeyPassword, String keystoreType) throws RuntimeException - Throws:
RuntimeException
-