com.trilead.ssh2.signature
Class RSAPrivateKey
java.lang.Object
com.trilead.ssh2.signature.RSAPrivateKey
public class RSAPrivateKey
- extends java.lang.Object
RSAPrivateKey.
Constructor Summary |
RSAPrivateKey(java.math.BigInteger d,
java.math.BigInteger e,
java.math.BigInteger n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAPrivateKey
public RSAPrivateKey(java.math.BigInteger d,
java.math.BigInteger e,
java.math.BigInteger n)
getD
public java.math.BigInteger getD()
getE
public java.math.BigInteger getE()
getN
public java.math.BigInteger getN()
getPublicKey
public RSAPublicKey getPublicKey()