@Deprecated public interface KeyStoreConfigurable
| Modifier and Type | Method and Description |
|---|---|
void |
setKeyStore(File keystore,
String keystorepassword,
String keypassword)
Deprecated.
Sets a keystore containing the collection of client side certificates
to use for HTTPS mutual authentication along with
password for keystore and password for key
|
void setKeyStore(File keystore, String keystorepassword, String keypassword)
keystore - The keystore on the local filesystemkeystorepassword - The keystore's passwordkeypassword - The key's passwordCopyright © 2012-2025 Apache Software Foundation. All Rights Reserved.