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

Quick Search    Search Deep

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

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

final class TestRIPEMD160
extends MessageDigestTest


Field Summary
private static java.lang.String LARGE_STRING_VALUE
           
private static java.lang.String NAME
           
private static java.lang.String[][] TEST_VALUES
           
 
Fields inherited from class cryptix.jce.test.Test
 
Constructor Summary
protected TestRIPEMD160()
           
 
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

private static final java.lang.String[][] TEST_VALUES

LARGE_STRING_VALUE

private static final java.lang.String LARGE_STRING_VALUE
See Also:
Constant Field Values
Constructor Detail

TestRIPEMD160

protected TestRIPEMD160()
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