part7
Class ECCipherText

java.lang.Object
  extended bypart7.ECCipherText

public class ECCipherText
extends java.lang.Object

A class used to represent ciphertext for ElGamal using elliptics curves.


Constructor Summary
ECCipherText(ECPoint gamma, ECPoint delta)
           
 
Method Summary
 ECPoint getDelta()
           
 ECPoint getGamma()
           
 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
 

Constructor Detail

ECCipherText

public ECCipherText(ECPoint gamma,
                    ECPoint delta)
             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.

getGamma

public ECPoint getGamma()
                 throws java.lang.Exception
Throws:
java.lang.Exception

getDelta

public ECPoint getDelta()
                 throws java.lang.Exception
Throws:
java.lang.Exception