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