com.ibm.wsspi.wssecurity.core.config
Interface KeyStoreConfig
All Superinterfaces:
- public interface KeyStoreConfig
- extends Configuration
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getKsRef()
Gets the reference name of the keystore.
|
|
getPassword()
Gets the password of this keystore.
|
|
getPath()
Gets the path of this keystore.
|
|
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
- java.lang.String getType()
Returns:
The type of this keystore
getPath
- java.lang.String getPath()
Gets the path of this keystore.
Returns:
The path of this keystore
getPassword
- java.lang.String getPassword()
Gets the password of this keystore.
Returns:
The password of this keystore
getKsRef
- java.lang.String getKsRef()
Gets the reference name of the keystore.
Returns:
The reference name of the keystore
JKS
orJCEKS