Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.jce.test
Class TestElGamal  view TestElGamal download TestElGamal.java

java.lang.Object
  extended bycryptix.jce.test.Test
      extended bycryptix.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()
Specified by:
doIt in class Test

doItPrivate2

private void doItPrivate2()

doItPrivate3

private void doItPrivate3()