ch.ethz.ssh2.signature
Class RSAPublicKey

java.lang.Object
  extended by ch.ethz.ssh2.signature.RSAPublicKey

public class RSAPublicKey
extends java.lang.Object

RSAPublicKey.

Version:
$Id: RSAPublicKey.java,v 1.2 2005/08/11 12:47:29 cplattne Exp $
Author:
Christian Plattner, plattner@inf.ethz.ch

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()


Copyright © 2006 null. All Rights Reserved.