ch.ethz.ssh2.signature
Class RSAPrivateKey
java.lang.Object
ch.ethz.ssh2.signature.RSAPrivateKey
- public class RSAPrivateKey
- extends java.lang.Object
RSAPrivateKey.
- Version:
- $Id: RSAPrivateKey.java,v 1.1 2005/08/11 12:47:29 cplattne Exp $
- Author:
- Christian Plattner, plattner@inf.ethz.ch
Field Summary |
private java.math.BigInteger |
d
|
private java.math.BigInteger |
e
|
private java.math.BigInteger |
n
|
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 |
d
private java.math.BigInteger d
e
private java.math.BigInteger e
n
private java.math.BigInteger n
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()