cryptix.test
Class TestRijndael
(package private) class TestRijndael
Tests the Rijndael (AES) cipher.
- Raif S. Naffah
- Edwin Woudt (edwin@cryptix.org)
- Jeroen C. van Gelderen (gelderen@cryptix.org)
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)