com.ibm.wsspi.wssecurity.config
Interface KeyLocatorConfig.KeyInformationConfig
All Superinterfaces:
com.ibm.ws.webservices.wssecurity.config.Configuration
Enclosing interface:
- public static interface KeyLocatorConfig.KeyInformationConfig
- extends com.ibm.ws.webservices.wssecurity.config.Configuration
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAlias()
Gets the alias of this key.
|
|
getKeyPass()
Gets the password of this key.
|
|
getName()
Gets the name of this key.
|
Methods inherited from interface com.ibm.ws.webservices.wssecurity.config.Configuration |
---|
validate |
Method Detail
getAlias
- java.lang.String getAlias()
Gets the alias of this key.
Returns:
The alias of this key
getKeyPass
- java.lang.String getKeyPass()
Gets the password of this key. The password can be null.
Returns:
The password of this key
getName
- java.lang.String getName()
Gets the name of this key.
Returns:
The name of this key