ch.ethz.ssh2.signature

Class RSAPrivateKey


public class RSAPrivateKey
extends java.lang.Object

RSAPrivateKey.

Constructor Summary

RSAPrivateKey(BigInteger d, BigInteger e, BigInteger n)

Method Summary

BigInteger
getD()
BigInteger
getE()
BigInteger
getN()
RSAPublicKey
getPublicKey()

Constructor Details

RSAPrivateKey

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

Method Details

getD

public BigInteger getD()

getE

public BigInteger getE()

getN

public BigInteger getN()

getPublicKey

public RSAPublicKey getPublicKey()