Class FileKeyStoreLoader
java.lang.Object
org.apache.hadoop.hbase.io.crypto.tls.FileKeyStoreLoader
- All Implemented Interfaces:
KeyStoreLoader
- Direct Known Subclasses:
PEMFileLoader
,StandardTypeFileKeyStoreLoader
Base class for instances of
KeyStoreLoader
which load the key/trust stores from files on
a filesystem.
This file has been copied from the Apache ZooKeeper project.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
Base class for builder pattern used by subclasses. -
Field Summary
-
Constructor Summary
ConstructorDescriptionFileKeyStoreLoader
(String keyStorePath, String trustStorePath, char[] keyStorePassword, char[] trustStorePassword) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.io.crypto.tls.KeyStoreLoader
loadKeyStore, loadTrustStore
-
Field Details
-
keyStorePath
-
trustStorePath
-
keyStorePassword
-
trustStorePassword
-
-
Constructor Details
-
FileKeyStoreLoader
FileKeyStoreLoader(String keyStorePath, String trustStorePath, char[] keyStorePassword, char[] trustStorePassword)
-