ch.ethz.ssh2.signature
Class RSAPrivateKey

java.lang.Object
  extended by ch.ethz.ssh2.signature.RSAPrivateKey

public class RSAPrivateKey
extends Object

RSAPrivateKey.

Version:
2.50, 03/15/10
Author:
Christian Plattner

Constructor Summary
RSAPrivateKey(BigInteger d, BigInteger e, BigInteger n)
           
 
Method Summary
 BigInteger getD()
           
 BigInteger getE()
           
 BigInteger getN()
           
 RSAPublicKey getPublicKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAPrivateKey

public RSAPrivateKey(BigInteger d,
                     BigInteger e,
                     BigInteger n)
Method Detail

getD

public BigInteger getD()

getE

public BigInteger getE()

getN

public BigInteger getN()

getPublicKey

public RSAPublicKey getPublicKey()


Copyright © 2011. All Rights Reserved.