public interface KeyStoreLoader extends Serializable
| 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 © 2023 The Apache Software Foundation. All rights reserved.