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 SummaryNested ClassesModifier and TypeClassDescription(package private) static classBase class for builder pattern used by subclasses.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionFileKeyStoreLoader(String keyStorePath, String trustStorePath, char[] keyStorePassword, char[] trustStorePassword) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.io.crypto.tls.KeyStoreLoaderloadKeyStore, loadTrustStore
- 
Field Details- 
keyStorePath
- 
trustStorePath
- 
keyStorePassword
- 
trustStorePassword
 
- 
- 
Constructor Details- 
FileKeyStoreLoaderFileKeyStoreLoader(String keyStorePath, String trustStorePath, char[] keyStorePassword, char[] trustStorePassword) 
 
-