Sets the provider of trust store. If not set, it will use value from SecureStore
XML Tag: <provider>SUN</provider>
Parameters: provider - of keystore. See Also:TrustStoreInfo.getProvider
Sets the store file path. This can be either absolute or
relative(to config file) path to the store file.
XML Tag: <store-file>NONE</store-file>
Parameters: storeFile - store file. See Also:TrustStoreInfo.getStoreFile
setStorePassword
public void setStorePassword(String storePassword)(Code)
Sets the store password.
XML Tag: <store-password></store-password>
Parameters: storePassword - store password See Also:TrustStoreInfo.getStorePassword
Sets the type of trust store.
If not set, it will use value from SecureStore
XML Tag: <type>JKS</type>
Parameters: type - of keystore. See Also:TrustStoreInfo.getType