Package io.pravega.common.security
Class ZKTLSUtils
- java.lang.Object
-
- io.pravega.common.security.ZKTLSUtils
-
public class ZKTLSUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ZKTLSUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetSecureZKClientProperties(java.lang.String trustStorePath, java.lang.String trustStorePassword)static voidsetSecureZKServerProperties(java.lang.String keyStore, java.lang.String keyStorePasswordPath, java.lang.String trustStore, java.lang.String trustStorePasswordPath)static voidunsetSecureZKClientProperties()static voidunsetSecureZKServerProperties()
-
-
-
Method Detail
-
setSecureZKClientProperties
public static void setSecureZKClientProperties(java.lang.String trustStorePath, java.lang.String trustStorePassword)
-
unsetSecureZKClientProperties
public static void unsetSecureZKClientProperties()
-
setSecureZKServerProperties
public static void setSecureZKServerProperties(java.lang.String keyStore, java.lang.String keyStorePasswordPath, java.lang.String trustStore, java.lang.String trustStorePasswordPath)
-
unsetSecureZKServerProperties
public static void unsetSecureZKServerProperties()
-
-