public class

RSAPublicKey

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

Class Overview

RSAPublicKey.

Summary

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

Fields

Public Constructors

public RSAPublicKey ()

public RSAPublicKey (BigInteger e, BigInteger n)

Parameters
e
n

Public Methods

public BigInteger getE ()

public BigInteger getN ()