|
|||||||||
Home >> All >> cryptix >> jce >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
cryptix.jce.test
Class TestRSA_ECB_PKCS1

java.lang.Objectcryptix.jce.test.Test
cryptix.jce.test.TestRSA_ECB_PKCS1
- final class TestRSA_ECB_PKCS1
- extends Test
This is a testclass for RSA/ECB/PKCS#1
Field Summary | |
private java.lang.String |
algo
|
private javax.crypto.Cipher |
c
|
private javax.crypto.Cipher |
d
|
private int |
KEY_SIZE
|
private static java.lang.String |
name
|
private java.lang.String |
s
|
Fields inherited from class cryptix.jce.test.Test |
|
Constructor Summary | |
protected |
TestRSA_ECB_PKCS1()
|
protected |
TestRSA_ECB_PKCS1(java.lang.String algo,
int KEY_SIZE)
|
Method Summary | |
protected void |
doIt()
|
private void |
init()
|
private boolean |
test(javax.crypto.Cipher c,
javax.crypto.Cipher d,
java.lang.String s)
|
Methods inherited from class cryptix.jce.test.Test |
beginTest, main, passIf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
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
s
private final java.lang.String s
- See Also:
- Constant Field Values
algo
private java.lang.String algo
KEY_SIZE
private int KEY_SIZE
Constructor Detail |
TestRSA_ECB_PKCS1
protected TestRSA_ECB_PKCS1(java.lang.String algo, int KEY_SIZE)
TestRSA_ECB_PKCS1
protected TestRSA_ECB_PKCS1()
Method Detail |
doIt
protected void doIt() throws java.lang.Exception
init
private void init() throws java.lang.Exception
test
private boolean test(javax.crypto.Cipher c, javax.crypto.Cipher d, java.lang.String s) throws java.lang.Exception
|
|||||||||
Home >> All >> cryptix >> jce >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |