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:
2.50, 03/15/10
Author:
Christian Plattner

Field Summary
(package private)  java.math.BigInteger e
           
(package private)  java.math.BigInteger n
           
 
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
 

Field Detail

e

java.math.BigInteger e

n

java.math.BigInteger n
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()