part6
Class EGSignature

java.lang.Object
  extended bypart6.EGSignature

public class EGSignature
extends java.lang.Object

A class used to represent an ElGamal signature.


Field Summary
 java.math.BigInteger r
           
 java.math.BigInteger s
           
 
Constructor Summary
EGSignature(java.math.BigInteger r, java.math.BigInteger s)
           
 
Method Summary
 java.lang.String toString()
          A method to produce a string representation of this cipher text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

r

public java.math.BigInteger r

s

public java.math.BigInteger s
Constructor Detail

EGSignature

public EGSignature(java.math.BigInteger r,
                   java.math.BigInteger s)
            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

toString

public java.lang.String toString()
A method to produce a string representation of this cipher text.

Throws:
Exception.