|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.ssh2.signature.RSAPublicKey
RSAPublicKey.
Field Summary | |
(package private) java.math.BigInteger |
e
|
(package private) java.math.BigInteger |
n
|
Constructor Summary | |
RSAPublicKey(java.math.BigInteger e,
java.math.BigInteger n)
|
Method Summary | |
java.math.BigInteger |
getE()
|
java.math.BigInteger |
getN()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.math.BigInteger e
java.math.BigInteger n
Constructor Detail |
public RSAPublicKey(java.math.BigInteger e, java.math.BigInteger n)
Method Detail |
public java.math.BigInteger getE()
public java.math.BigInteger getN()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |