ch.ethz.ssh2.signature
Class RSAPrivateKey

java.lang.Object
  extended by 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)
           
 
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
 

Field Detail

d

private java.math.BigInteger d

e

private java.math.BigInteger e

n

private java.math.BigInteger n
Constructor Detail

RSAPrivateKey

public RSAPrivateKey(java.math.BigInteger d,
                     java.math.BigInteger e,
                     java.math.BigInteger n)
Method Detail

getD

public java.math.BigInteger getD()

getE

public java.math.BigInteger getE()

getN

public java.math.BigInteger getN()

getPublicKey

public RSAPublicKey getPublicKey()