Interface KeyStoreConfigurable
-
- All Known Implementing Classes:
AvaticaCommonsHttpClientImpl
public interface KeyStoreConfigurableAllows a keystore (and keystorepassword, keypassword) to be provided to enable MTLS authentication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetKeyStore(java.io.File keystore, java.lang.String keystorepassword, java.lang.String keypassword)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
-
-
-
Method Detail
-
setKeyStore
void setKeyStore(java.io.File keystore, java.lang.String keystorepassword, java.lang.String keypassword)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- Parameters:
keystore- The keystore on the local filesystemkeystorepassword- The keystore's passwordkeypassword- The key's password
-
-