com.ibm.wsspi.wssecurity.core.config

Interface KeyInformationConfig

All Superinterfaces:
Configuration

  1. public interface KeyInformationConfig
  2. extends Configuration
This is an interface for the configuration object of the key information.
See Also:
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.wsspi.wssecurity.core.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