java.lang.Object
cryptix.jce.test.Test
cryptix.jce.test.TestSealedObject
- final class TestSealedObject
- extends Test
This is a testclass for SealedObject and
we use DES/ECB/NoPadding as default
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
c
private javax.crypto.Cipher c
d
private javax.crypto.Cipher d
sk
private javax.crypto.SecretKey sk
s
private final java.lang.String s
- See Also:
- Constant Field Values
algo
private java.lang.String algo
KEY_SIZE
private int KEY_SIZE
TestSealedObject
protected TestSealedObject(java.lang.String algo,
int KEY_SIZE)
TestSealedObject
protected TestSealedObject()
doIt
protected void doIt()
throws java.lang.Exception
- Specified by:
doIt
in class Test
init
private void init()
throws java.lang.Exception
test1
private boolean test1(javax.crypto.Cipher c,
javax.crypto.Cipher d,
java.lang.String s)
throws java.lang.Exception
test2
private boolean test2(javax.crypto.Cipher c,
javax.crypto.SecretKey sKey,
java.lang.String s)
throws java.lang.Exception