ch.ethz.ssh2.signature
Class RSAPublicKey

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

public class RSAPublicKey
extends Object

RSAPublicKey.

Version:
2.50, 03/15/10
Author:
Christian Plattner

Constructor Summary
RSAPublicKey(BigInteger e, BigInteger n)
           
 
Method Summary
 BigInteger getE()
           
 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(BigInteger e,
                    BigInteger n)
Method Detail

getE

public BigInteger getE()

getN

public BigInteger getN()


Copyright © 2011. All Rights Reserved.