Package com.uc4.util

Class CITEncryption

java.lang.Object
com.uc4.util.CITEncryption

public class CITEncryption extends Object
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 Details

    • decrypt

      public static String decrypt(String value, ConnectionAttributes sessioninfo)
      Decrypts a password in an RA connection object.
      Parameters:
      value - Encrypted string
      sessioninfo - Session info with user id and session id
      Returns:
      Password in clear text or the input value if decryption fails