ch.ethz.ssh2.signature

Class RSAPublicKey


public class RSAPublicKey
extends java.lang.Object

RSAPublicKey.

Constructor Summary

RSAPublicKey(BigInteger e, BigInteger n)

Method Summary

BigInteger
getE()
BigInteger
getN()

Constructor Details

RSAPublicKey

public RSAPublicKey(BigInteger e,
                    BigInteger n)

Method Details

getE

public BigInteger getE()

getN

public BigInteger getN()