ajanta.crypto
Class EGPrivateKey

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

public class EGPrivateKey
extends EGKey
implements java.security.PrivateKey, java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Constructor Summary
EGPrivateKey(java.math.BigInteger x)
           
 
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

EGPrivateKey

public EGPrivateKey(java.math.BigInteger x)
Method Detail

toString

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