Class ChachaEncoder


  • public class ChachaEncoder
    extends Object
    • Constructor Detail

    • Method Detail

      • encodeCiphertext

        public byte[] encodeCiphertext​(byte[] plaintext)
                                throws IOException
        Throws:
        IOException
      • encodeCiphertext

        public byte[] encodeCiphertext​(byte[] plaintext,
                                       byte[] additionalData)
                                throws IOException
        Throws:
        IOException