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