Package com.uc4.util
Class CITEncryption
java.lang.Object
com.uc4.util.CITEncryption
Decrypts passwords in RA connection objects. It is a security problem but
currently some RA solutions use the request GetRAConnectionValues in the UI
part. Only the Agent should get passwords.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
decrypt
(String value, ConnectionAttributes sessioninfo) Decrypts a password in an RA connection object.
-
Method Details
-
decrypt
Decrypts a password in an RA connection object.- Parameters:
value
- Encrypted stringsessioninfo
- Session info with user id and session id- Returns:
- Password in clear text or the input value if decryption fails
-