Class BCFKSFileLoader
java.lang.Object
org.apache.hadoop.hbase.io.crypto.tls.FileKeyStoreLoader
org.apache.hadoop.hbase.io.crypto.tls.StandardTypeFileKeyStoreLoader
org.apache.hadoop.hbase.io.crypto.tls.BCFKSFileLoader
- All Implemented Interfaces:
KeyStoreLoader
Implementation of
FileKeyStoreLoader
that loads from BCKFS files.
This file has been copied from the Apache ZooKeeper project.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.io.crypto.tls.StandardTypeFileKeyStoreLoader
StandardTypeFileKeyStoreLoader.SupportedStandardKeyFormat
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.io.crypto.tls.StandardTypeFileKeyStoreLoader
format
Fields inherited from class org.apache.hadoop.hbase.io.crypto.tls.FileKeyStoreLoader
keyStorePassword, keyStorePath, trustStorePassword, trustStorePath
-
Constructor Summary
ModifierConstructorDescriptionprivate
BCFKSFileLoader
(String keyStorePath, String trustStorePath, char[] keyStorePassword, char[] trustStorePassword) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.io.crypto.tls.StandardTypeFileKeyStoreLoader
loadKeyStore, loadTrustStore
-
Constructor Details
-
BCFKSFileLoader
private BCFKSFileLoader(String keyStorePath, String trustStorePath, char[] keyStorePassword, char[] trustStorePassword)
-