com.ibm.wsspi.wssecurity.config

Interface KeyLocatorConfig.KeyInformationConfig

All Superinterfaces:
com.ibm.ws.webservices.wssecurity.config.Configuration
Enclosing interface:
KeyLocatorConfig

  1. public static interface KeyLocatorConfig.KeyInformationConfig
  2. extends com.ibm.ws.webservices.wssecurity.config.Configuration

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAlias()
Gets the alias of this key.
  1. java.lang.String
getKeyPass()
Gets the password of this key.
  1. java.lang.String
getName()
Gets the name of this key.
Methods inherited from interface com.ibm.ws.webservices.wssecurity.config.Configuration
validate

Method Detail

getAlias

  1. java.lang.String getAlias()
Gets the alias of this key.
Returns:
The alias of this key

getKeyPass

  1. java.lang.String getKeyPass()
Gets the password of this key. The password can be null.
Returns:
The password of this key

getName

  1. java.lang.String getName()
Gets the name of this key.
Returns:
The name of this key