com.ibm.wsspi.wssecurity.config
Interface KeyLocatorConfig.KeyStoreConfig
All Superinterfaces:
com.ibm.ws.webservices.wssecurity.config.Configuration
Enclosing interface:
- public static interface KeyLocatorConfig.KeyStoreConfig
- extends com.ibm.ws.webservices.wssecurity.config.Configuration
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getKsRef()
|
|
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.ws.webservices.wssecurity.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()
JKSorJCEKS