psdi.util

Class ReportEncryption

    • Constructor Summary

      Constructors 
      Constructor and Description
      ReportEncryption() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String decrypt(java.lang.String input, boolean doURLEncoding) 
      static java.lang.String encrypt(java.lang.String input, boolean doURLEncoding) 
      • Methods inherited from class java.lang.Object

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

      • ReportEncryption

        public ReportEncryption()
    • Method Detail

      • encrypt

        public static java.lang.String encrypt(java.lang.String input,
                                               boolean doURLEncoding)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • decrypt

        public static java.lang.String decrypt(java.lang.String input,
                                               boolean doURLEncoding)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception