Package org.bouncycastle.crypto.test
Class BlowfishTest
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.crypto.test.CipherTest
-
- org.bouncycastle.crypto.test.BlowfishTest
-
- All Implemented Interfaces:
Test
public class BlowfishTest extends CipherTest
blowfish tester - vectors from https://www.counterpane.com/vectors.txt
-
-
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)
-
-