ajanta.crypto
Class EGPublicKey

java.lang.Object
  |
  +--ajanta.crypto.EGKey
        |
        +--ajanta.crypto.EGPublicKey
All Implemented Interfaces:
java.security.Key, java.security.PublicKey, java.io.Serializable

public class EGPublicKey
extends EGKey
implements java.security.PublicKey, java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Constructor Summary
EGPublicKey(java.math.BigInteger p, java.math.BigInteger g, java.math.BigInteger y)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class ajanta.crypto.EGKey
getAlgorithm, getEncoded, getFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Constructor Detail

EGPublicKey

public EGPublicKey(java.math.BigInteger p,
                   java.math.BigInteger g,
                   java.math.BigInteger y)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object