Class WssKeyStoreConfiguration
java.lang.Object
org.mule.runtime.extension.api.soap.security.config.WssKeyStoreConfiguration
- All Implemented Interfaces:
WssStoreConfiguration
WssStoreConfiguration implementation for Key Stores, used for encryption, decryption and signing.- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionWssKeyStoreConfiguration(String alias, String password, String keyStorePath) WssKeyStoreConfiguration(String alias, String keyPassword, String password, String keyStorePath, String type) -
Method Summary
-
Constructor Details
-
WssKeyStoreConfiguration
-
WssKeyStoreConfiguration
-
-
Method Details
-
getKeyPassword
- Returns:
- The password used to access the private key.
-
getAlias
- Returns:
- The alias of the private key to use.
-
getStorePath
- Specified by:
getStorePathin interfaceWssStoreConfiguration- Returns:
- The location of the store.
-
getPassword
- Specified by:
getPasswordin interfaceWssStoreConfiguration- Returns:
- The password to access the store.
-
getType
- Specified by:
getTypein interfaceWssStoreConfiguration- Returns:
- The type of store ("jks", "pkcs12", "jceks", or any other).
-