com.ibm.wsspi.wssecurity.config
Interface KeyLocatorConfig.KeyStoreConfig
-
- All Superinterfaces:
- com.ibm.ws.webservices.wssecurity.config.Configuration
- Enclosing interface:
- KeyLocatorConfig
public static interface KeyLocatorConfig.KeyStoreConfig extends com.ibm.ws.webservices.wssecurity.config.Configuration
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetKsRef()java.lang.StringgetPassword()Gets the password of this keystore.java.lang.StringgetPath()Gets the path of this keystore.java.lang.StringgetType()Gets the type of this keystore, such asJKSorJCEKS
-
-
-
Method Detail
-
getType
java.lang.String getType()
Gets the type of this keystore, such asJKSorJCEKS- 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()
-
-