Class Aes256GcmDecryption

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TAG_SIZE_IN_BYTES  
    • Constructor Summary

      Constructors 
      Constructor Description
      Aes256GcmDecryption​(byte[] key, byte[] nonce, byte[] associatedData)  
    • Method Detail

      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • decrypt

        public void decrypt​(byte[] plaintext)
      • decrypt

        public void decrypt​(byte[] plaintext,
                            int offset,
                            int length)
      • verifyTag

        public boolean verifyTag​(byte[] tag)