Package org.openmetadata.service.util
Class SSLUtil
- java.lang.Object
-
- org.openmetadata.service.util.SSLUtil
-
public class SSLUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description SSLUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SSLContextcreateSSLContext(String truststorePath, String trustStorePassword, String client)
-
-
-
Method Detail
-
createSSLContext
public static SSLContext createSSLContext(String truststorePath, String trustStorePassword, String client) throws KeyStoreException
- Throws:
KeyStoreException
-
-