ajanta.crypto
Class EGKey

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

public abstract class EGKey
extends java.lang.Object
implements java.security.Key

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Constructor Summary
EGKey()
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EGKey

public EGKey()
Method Detail

getAlgorithm

public java.lang.String getAlgorithm()
Specified by:
getAlgorithm in interface java.security.Key

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in interface java.security.Key

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in interface java.security.Key