|
Bouncy Castle Cryptography 1.11 API Specification: Class RC5Test
org.bouncycastle.crypto.test
Class RC5Test
java.lang.Object
|
+--org.bouncycastle.crypto.test.RC5Test
- All Implemented Interfaces:
- Test
- public class RC5Test
- extends java.lang.Object
- implements Test
RC5 tester - vectors from ftp://ftp.nordu.net/rfc/rfc2040.txt
RFC 2040 "The RC5, RC5-CBC, RC5-CBC-Pad, and RC5-CTS Algorithms"
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RC5Test
public RC5Test()
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)
|