Package com.ptc.paa.config.keystore
Class PAAKeyStore
java.lang.Object
com.ptc.paa.config.keystore.PAAKeyStore
A Map-like Facade to Windchills encryption mechanism which is housed as a Java KeyStore. This class should be used for all Windchill access to the KeyStore because it will correctly set up necessary pathing to ensure the correct Java KeyStore is accessed for encryption use.
The class acts as a Facade to the underlying implementation and as such some standard Map methods are not implemented for security reasons. One example is values(), which would return all the encrypted values in the KeyStore. The common API's of this class are get(...) and put(...) methods with a lesser used remove(...). These methods are the standard way to encryption and obtain Windchill encrypted values.
Supported API: true
Extendable: false
- See Also:
-
- Map (Java 6)< /a>
KeyStoreProxy
-
Method Summary