public interface KeyStoreLoader extends Serializable
Abstraction for loading keystore/truststore data. This allows keystores to be loaded from different sources (File system, HDFS, etc.).
| Modifier and Type | Method and Description | 
|---|---|
| String | keyPassword() | 
| InputStream | keyStoreInputStream() | 
| String | keyStorePassword() | 
| InputStream | trustStoreInputStream() | 
| String | trustStorePassword() | 
String keyStorePassword()
String trustStorePassword()
String keyPassword()
InputStream keyStoreInputStream() throws IOException
IOExceptionInputStream trustStoreInputStream() throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.