Class StandardDecryption


  • public class StandardDecryption
    extends Object
    • Constructor Detail

      • StandardDecryption

        public StandardDecryption​(byte[] key,
                                  int off,
                                  int len,
                                  int revision)
        Creates a new instance of StandardDecryption
        Parameters:
        key - a byte array containing the key
        off - the begining of the key in the array
        len - the length
        revision - the aes revision
    • Method Detail

      • update

        public byte[] update​(byte[] b,
                             int off,
                             int len)
      • finish

        public byte[] finish()