Google

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

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


Constructor Summary
protected CipherTest(Test[] tests)
           
 
Method Summary
abstract  java.lang.String getName()
           
 TestResult perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CipherTest

protected CipherTest(Test[] tests)
Method Detail

getName

public abstract java.lang.String getName()
Specified by:
getName in interface Test

perform

public TestResult perform()
Specified by:
perform in interface Test

Bouncy Castle Cryptography 1.11