Bouncy Castle Cryptography 1.11 API Specification: Class MD2DigestTest
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD2DigestTest
public MD2DigestTest()
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)