|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajanta.crypto.EGKey | +--ajanta.crypto.EGPublicKey
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 |
public EGPublicKey(java.math.BigInteger p, java.math.BigInteger g, java.math.BigInteger y)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |