abcdef

com.trilead.ssh2.signature
Class RSAPublicKey

java.lang.Object
  extended by com.trilead.ssh2.signature.RSAPublicKey

public class RSAPublicKey
extends java.lang.Object

RSAPublicKey.

Version:
$Id: RSAPublicKey.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
Author:
Christian Plattner, plattner@trilead.com

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

Constructor Detail

RSAPublicKey

public RSAPublicKey(java.math.BigInteger e,
                    java.math.BigInteger n)
Method Detail

getE

public java.math.BigInteger getE()

getN

public java.math.BigInteger getN()

abcdef

1232432