Uses of Class
org.apache.hadoop.hbase.io.crypto.tls.X509TestContext.Builder
-
Uses of X509TestContext.Builder in org.apache.hadoop.hbase.io.crypto.tls
Modifier and TypeMethodDescriptionstatic X509TestContext.Builder
X509TestContext.newBuilder
(org.apache.hadoop.conf.Configuration conf) Returns a new default-constructed Builder.X509TestContext.Builder.setKeyStoreKeyType
(X509KeyType keyType) Sets the key store key type.X509TestContext.Builder.setKeyStorePassword
(char[] password) Sets the key store password.X509TestContext.Builder.setTempDir
(File tempDir) Sets the temporary directory.X509TestContext.Builder.setTrustStoreKeyType
(X509KeyType keyType) Sets the trust store key type.X509TestContext.Builder.setTrustStorePassword
(char[] password) Sets the trust store password.