Interface AADProcessor

    • Method Detail

      • getAADStream

        OutputStream getAADStream()
        Return a stream to write associated data to in order to have it incorporated into the AEAD cipher's MAC.
        Returns:
        a stream for collecting associated data.
      • getMAC

        byte[] getMAC()
        Return the final value of AEAD cipher's MAC.
        Returns:
        MAC value for the AEAD cipher.