public class

RSAPrivateKey

extends Object
implements Serializable
java.lang.Object
   ↳ com.trilead.ssh2.signature.RSAPrivateKey

Class Overview

RSAPrivateKey.

Summary

Fields
private BigInteger d
private BigInteger e
private BigInteger n
Public Constructors
RSAPrivateKey()
RSAPrivateKey(BigInteger d, BigInteger e, BigInteger n)
Public Methods
BigInteger getD()
BigInteger getE()
BigInteger getN()
RSAPublicKey getPublicKey()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private BigInteger d

private BigInteger e

private BigInteger n

Public Constructors

public RSAPrivateKey ()

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

Parameters
d
e
n

Public Methods

public BigInteger getD ()

public BigInteger getE ()

public BigInteger getN ()

public RSAPublicKey getPublicKey ()