Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.jce.test
Class TestMD4  view TestMD4 download TestMD4.java

java.lang.Object
  extended bycryptix.jce.test.Test
      extended bycryptix.jce.test.MessageDigestTest
          extended bycryptix.jce.test.TestMD4

final class TestMD4
extends MessageDigestTest


Field Summary
private static java.lang.String NAME
           
(package private)  java.lang.String[][] TEST_VALUES
           
 
Fields inherited from class cryptix.jce.test.Test
 
Constructor Summary
protected TestMD4()
           
 
Method Summary
protected  void doIt()
           
protected  void testCloning(java.lang.String alg)
           
protected  void testExistence(java.lang.String alg)
           
protected  void testLargeString(java.lang.String alg, byte c, int count, java.lang.String result)
           
protected  void testValues(java.lang.String alg, java.lang.String[][] testValues)
           
 
Methods inherited from class cryptix.jce.test.Test
beginTest, main, passIf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

private static final java.lang.String NAME
See Also:
Constant Field Values

TEST_VALUES

java.lang.String[][] TEST_VALUES
Constructor Detail

TestMD4

protected TestMD4()
Method Detail

doIt

protected void doIt()
             throws java.lang.Exception
Specified by:
doIt in class Test

testExistence

protected void testExistence(java.lang.String alg)
                      throws java.lang.Exception

testCloning

protected void testCloning(java.lang.String alg)
                    throws java.lang.Exception

testLargeString

protected void testLargeString(java.lang.String alg,
                               byte c,
                               int count,
                               java.lang.String result)
                        throws java.lang.Exception

testValues

protected void testValues(java.lang.String alg,
                          java.lang.String[][] testValues)
                   throws java.lang.Exception