Sets the algorithm for the QuickServer used for key management
when run in a secure mode.
If not set, it will use SunX509
XML Tag: <algorithm>SunX509</algorithm>
Parameters: algorithm - for key management. See Also:SecureStore.getAlgorithm
Sets KeyStore information
XML Tag: <key-store-info></key-store-info>
Parameters: keyStoreInfo - key store information See Also:SecureStore.getKeyStoreInfo
Sets the provider of keystore.
Recommended not set, it will auto pick.
XML Tag: <provider>SUN</provider>
Parameters: provider - of keystore. See Also:SecureStore.getProvider
setSecureStoreManager
public void setSecureStoreManager(String className)(Code)
Sets TrustStore information
XML Tag: <trust-store-info></trust-store-info>
Parameters: trustStoreInfo - trust store information See Also:SecureStore.getTrustStoreInfo