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

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"


Constructor Summary
RC5Test()
           
 
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

RC5Test

public RC5Test()
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