ch.ethz.ssh2.signature
Class RSAPrivateKey
java.lang.Object
ch.ethz.ssh2.signature.RSAPrivateKey
public class RSAPrivateKey
- extends Object
RSAPrivateKey.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAPrivateKey
public RSAPrivateKey(BigInteger d,
BigInteger e,
BigInteger n)
getD
public BigInteger getD()
getE
public BigInteger getE()
getN
public BigInteger getN()
getPublicKey
public RSAPublicKey getPublicKey()
Copyright © 2011. All Rights Reserved.