public final class WssKeyStoreConfiguration extends Object implements WssStoreConfiguration
WssStoreConfiguration implementation for Key Stores, used for encryption, decryption and signing.| Constructor and Description |
|---|
WssKeyStoreConfiguration(String alias,
String password,
String keyStorePath) |
WssKeyStoreConfiguration(String alias,
String keyPassword,
String password,
String keyStorePath,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String |
getKeyPassword() |
String |
getPassword() |
String |
getStorePath() |
String |
getType() |
public WssKeyStoreConfiguration(String alias, String keyPassword, String password, String keyStorePath, String type)
public String getKeyPassword()
public String getAlias()
public String getStorePath()
getStorePath in interface WssStoreConfigurationpublic String getPassword()
getPassword in interface WssStoreConfigurationpublic String getType()
getType in interface WssStoreConfigurationCopyright © 2017 MuleSoft, Inc.. All rights reserved.