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

java.lang.Objectcryptix.jce.test.Test
cryptix.jce.test.TestElGamal
- class TestElGamal
- extends Test
Very crude testing class, should be expanded lot. TODO: add testvectors.
- Version:
- $Revision: 1.2 $
Field Summary | |
private javax.crypto.Cipher |
c
|
private java.security.KeyPair |
kp
|
private static java.security.SecureRandom |
random
|
Fields inherited from class cryptix.jce.test.Test |
|
Constructor Summary | |
(package private) |
TestElGamal()
|
Method Summary | |
protected void |
doIt()
|
private void |
doItPrivate2()
|
private void |
doItPrivate3()
|
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 |
random
private static java.security.SecureRandom random
kp
private java.security.KeyPair kp
c
private javax.crypto.Cipher c
Constructor Detail |
TestElGamal
TestElGamal()
Method Detail |
doIt
protected void doIt()
doItPrivate2
private void doItPrivate2()
doItPrivate3
private void doItPrivate3()
|
|||||||||
Home >> All >> cryptix >> jce >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |