Package org.apache.pinot.common.utils
Class ClientSSLContextGenerator
- java.lang.Object
-
- org.apache.pinot.common.utils.ClientSSLContextGenerator
-
public class ClientSSLContextGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientSSLContextGenerator(PinotConfiguration sslConfig)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLContextgenerate()static Set<String>getProtectedConfigKeys()
-
-
-
Constructor Detail
-
ClientSSLContextGenerator
public ClientSSLContextGenerator(PinotConfiguration sslConfig)
-
-
Method Detail
-
generate
public SSLContext generate()
-
-