Class ChachaDecoder


  • public class ChachaDecoder
    extends Object
    • Constructor Detail

    • Method Detail

      • decodeCiphertext

        public byte[] decodeCiphertext​(byte[] receivedMAC,
                                       byte[] additionalData,
                                       byte[] ciphertext)
                                throws IOException
        Throws:
        IOException
      • decodeCiphertext

        public byte[] decodeCiphertext​(byte[] receivedMAC,
                                       byte[] ciphertext)
                                throws IOException
        Throws:
        IOException