com.ibm.wsspi.wssecurity.core.config

Interface KeyStoreConfig

All Superinterfaces:
Configuration

  1. public interface KeyStoreConfig
  2. extends Configuration
This is an interface for the configuration object of the keystore.
See Also:
Configuration

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getKsRef()
Gets the reference name of the keystore.
  1. java.lang.String
getPassword()
Gets the password of this keystore.
  1. java.lang.String
getPath()
Gets the path of this keystore.
  1. java.lang.String
getType()
Gets the type of this keystore, such as JKS or JCEKS
Methods inherited from interface com.ibm.wsspi.wssecurity.core.config.Configuration
validate

Method Detail

getType

  1. java.lang.String getType()
Gets the type of this keystore, such as JKS or JCEKS
Returns:
The type of this keystore

getPath

  1. java.lang.String getPath()
Gets the path of this keystore.
Returns:
The path of this keystore

getPassword

  1. java.lang.String getPassword()
Gets the password of this keystore.
Returns:
The password of this keystore

getKsRef

  1. java.lang.String getKsRef()
Gets the reference name of the keystore.
Returns:
The reference name of the keystore