Class WTKeyStoreUtil

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

public final class WTKeyStoreUtil extends Object

A Windchill encryption mechanism utility class that uses WTKeyStore to encrypt passwords. Many of the API's in this class are relied on by the xconf/structconf framework package code to encrypt passwords.

The decryptProperty(String, String) and decryptProperty(String, String, String) can be used to decrypt a password in lieu of using the WTKeyStore class directly. These method API's wrap and hide the need to create a WTKeyStore instance.

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: