Package org.bouncycastle.crypto.test
Class RC2Test
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.crypto.test.CipherTest
-
- org.bouncycastle.crypto.test.RC2Test
-
- All Implemented Interfaces:
Test
public class RC2Test extends CipherTest
RC2 tester - vectors from ftp://ftp.isi.edu/in-notes/rfc2268.txt RFC 2268 "A Description of the RC2(r) Encryption Algorithm"
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
static void
main(java.lang.String[] args)
-
Methods inherited from class org.bouncycastle.crypto.test.CipherTest
performTest
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classCipherTest
-
main
public static void main(java.lang.String[] args)
-
-