cryptix.test
Class TestRIPEMD160
(package private) class TestRIPEMD160
Tests the output of the RIPEMD-160 message digest algorithm implementation
against certified pre-computed output for a given set of reference input.
Note there are nine sets of conformance data for RIPEMD* listed
in the Table of the Reference below.
References:
- Hans Dobbertin, Antoon Bosselaers, and Bart Preneel,
"
The hash function RIPEMD-160",
$Revision: 1.5 $
protected void | engineTest()- This method should be overridden by test subclasses, to perform the
actual testing.
|
static void | main(String[] args)
|
commandline, commandline, describeOptions, describeUsage, engineTest, error, error, error, fail, getErrors, getExpectedPasses, getFailures, getName, getPasses, getSkipped, init, isGuiEnabled, isOverallPass, isVerbose, parseOption, parseOptions, pass, passIf, report, setExpectedPasses, setGuiEnabled, setName, setOutput, setVerbose, skip, test, waitForExit |
engineTest
protected void engineTest()
throws Exception This method should be overridden by test subclasses, to perform the
actual testing.
- engineTest in interface BaseTest
main
public static void main(String[] args)