Class Aes256GcmEncryption

    • Method Detail

      • finalize

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

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

        public void encrypt​(byte[] plaintext)
      • computeTag

        public byte[] computeTag()