Class StandardDecryption


  • class StandardDecryption
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StandardDecryption​(byte[] key, int off, int len, int revision)
      Creates a new instance of StandardDecryption
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) byte[] finish()  
      (package private) byte[] update​(byte[] b, int off, int len)  
      • Methods inherited from class java.lang.Object

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

      • key

        private byte[] key
      • aes

        private final boolean aes
      • initiated

        private boolean initiated
      • iv

        private final byte[] iv
      • ivptr

        private int ivptr
    • Constructor Detail

      • StandardDecryption

        StandardDecryption​(byte[] key,
                           int off,
                           int len,
                           int revision)
        Creates a new instance of StandardDecryption
    • Method Detail

      • update

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

        byte[] finish()