|
Bouncy Castle Cryptography 1.11 API Specification: Class CipherTest
org.bouncycastle.crypto.test
Class CipherTest
java.lang.Object
|
+--org.bouncycastle.crypto.test.CipherTest
- All Implemented Interfaces:
- Test
- Direct Known Subclasses:
- AESTest, BlowfishTest, CAST5Test, CAST6Test, DESedeTest, DESTest, IDEATest, RC2Test, RC6Test, RijndaelTest, SerpentTest, SkipjackTest, TwofishTest
- public abstract class CipherTest
- extends java.lang.Object
- implements Test
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CipherTest
protected CipherTest(Test[] tests)
getName
public abstract java.lang.String getName()
- Specified by:
getName in interface Test
perform
public TestResult perform()
- Specified by:
perform in interface Test
|