Class WTKeyStoreWVSUtil

java.lang.Object
com.ptc.windchill.keystore.WTKeyStoreWVSUtil

public class WTKeyStoreWVSUtil extends Object

A Windchill encryption mechanism utility class to encrypt passwords specific to Windchill Visualization Services (WVS). This class relies on WTKeyStore to carry out the encryption. The WVS properties files are standalone files that are not tied into the xconf/structconf package code framework and are read and parsed directly. Therefore, this class is provided as an encryption mechanism for these WVS properties. Some of the files whose properties are encrypted include the various auth.properties files and agent.ini. See the System Admin guide for more information on configuring auth.properties, File Synchronization, WVS worker and cad agent configurations.

The Main(...) method of this class is relied upon by the Windchill EncryptPasswords.xml ANT script to encrypt passwords during and post installation when this script executes. As such, many of the method implementations of this class are such to support the execution of the ANT script.



Supported API: true

Extendable: false
See Also: