java.lang.Object
cryptix.jce.test.Test
cryptix.jce.test.CipherTest
cryptix.jce.test.TestTripleDESInnerCBC
- final class TestTripleDESInnerCBC
- extends CipherTest
Fields inherited from class cryptix.jce.test.Test |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
private static final java.lang.String NAME
- See Also:
- Constant Field Values
VECS
private java.lang.String[][] VECS
TestTripleDESInnerCBC
protected TestTripleDESInnerCBC()
doIt
protected void doIt()
throws java.lang.Exception
- Specified by:
doIt
in class Test
testValuesCFB
protected void testValuesCFB(java.lang.String alg,
java.lang.String[][] testValues)
throws java.lang.Exception
- Overrides:
testValuesCFB
in class CipherTest
testExistence
protected void testExistence(java.lang.String alg)
throws java.lang.Exception
testValuesECB
protected void testValuesECB(java.lang.String alg,
java.lang.String[][] testValues)
throws java.lang.Exception
testKeyGenExistence
protected void testKeyGenExistence(java.lang.String alg)
throws java.lang.Exception
testKeyGenWorks
protected void testKeyGenWorks(java.lang.String alg)
throws java.lang.Exception
- Test whether the KeyGenerator for this algorithm works.
Try and generate a lot of keys and for each key test
whether x = Dk(Ek(x)).
testCipher
protected void testCipher(java.lang.String[][] testValues)
throws java.lang.Exception