Package com.uc4.util
Class Encryption
java.lang.Object
com.uc4.util.Encryption
Util class for AES Encryption, which is used for passwords of login objects
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
decrypt
(String value, ConnectionAttributes sessioninfo) Decrypts a AES encrypted password
-
Method Details
-
decrypt
Decrypts a AES encrypted password- Parameters:
value
- encrypted stringsessioninfo
- session info of the current connection- Returns:
- password in clear text
-