Class StreamCipherVectorTest

  • All Implemented Interfaces:
    Test

    public class StreamCipherVectorTest
    extends SimpleTest
    a basic test that takes a stream cipher, key parameter, and an input and output string.
    • Constructor Detail

      • StreamCipherVectorTest

        public StreamCipherVectorTest​(int id,
                                      StreamCipher cipher,
                                      CipherParameters param,
                                      java.lang.String input,
                                      java.lang.String output)