Will return without error if the input is valid. Will verify that the data generated by generate works correctly. For example in the case of the encrypt operation this will decrypt the ciphertext and check if the value is equal to what was input as plaintext.
@param algorithm: name of key algorithm with size
@type algorithm: string
@param chosenParams: list of option names chosen for generate
@type chosenParams: list of strings
@param *testOptions: additional parameters listed in children
@raise AssertionError: If the test fails
@raise NotImplementedError: If the child class does not implement
@param output
@param algorithm
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.