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
IOException
InputStream trustStoreInputStream() throws IOException
IOException
Copyright © 2022 The Apache Software Foundation. All rights reserved.