com.ibm.wsspi.wssecurity.core.config
Interface KeyInformationConfig
All Superinterfaces:
- public interface KeyInformationConfig
- extends Configuration
See Also:
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.wsspi.wssecurity.core.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