|
Bouncy Castle Cryptography 1.11 API Specification: Class BlowfishTest
org.bouncycastle.crypto.test
Class BlowfishTest
java.lang.Object
|
+--org.bouncycastle.crypto.test.CipherTest
|
+--org.bouncycastle.crypto.test.BlowfishTest
- All Implemented Interfaces:
- Test
- public class BlowfishTest
- extends CipherTest
blowfish tester - vectors from http://www.counterpane.com/vectors.txt
Method Summary |
java.lang.String |
getName()
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public java.lang.String getName()
- Overrides:
getName in class CipherTest
main
public static void main(java.lang.String[] args)
|