Bouncy Castle Cryptography 1.11 API Specification: Class MD2DigestTest
Bouncy Castle Cryptography 1.11

org.bouncycastle.crypto.test
Class MD2DigestTest

java.lang.Object
  |
  +--org.bouncycastle.crypto.test.MD2DigestTest
All Implemented Interfaces:
Test

public class MD2DigestTest
extends java.lang.Object
implements Test

standard vector test for MD2 from RFC1319 by B.Kaliski of RSA Laboratories April 1992


Constructor Summary
MD2DigestTest()
           
 
Method Summary
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 TestResult perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD2DigestTest

public MD2DigestTest()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Test

perform

public TestResult perform()
Specified by:
perform in interface Test

main

public static void main(java.lang.String[] args)

Bouncy Castle Cryptography 1.11