Class CipherEncrypt


  • public class CipherEncrypt
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CipherEncrypt()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] decrypt​(byte[] encryptedPayload)  
      byte[] encrypt​(byte[] payload)  
      • Methods inherited from class java.lang.Object

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

      • CipherEncrypt

        public CipherEncrypt()
    • Method Detail

      • encrypt

        public byte[] encrypt​(byte[] payload)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • decrypt

        public byte[] decrypt​(byte[] encryptedPayload)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception