Package com.uc4.util

Class Encryption


  • public class Encryption
    extends java.lang.Object
    Util class for AES Encryption, which is used for passwords of login objects
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String decrypt​(java.lang.String value, ConnectionAttributes sessioninfo)
      Decrypts a AES encrypted password
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • decrypt

        public static java.lang.String decrypt​(java.lang.String value,
                                               ConnectionAttributes sessioninfo)
        Decrypts a AES encrypted password
        Parameters:
        value - encrypted string
        sessioninfo - session info of the current connection
        Returns:
        password in clear text