Package com.trilead.ssh2.signature
Class RSAPublicKey
- java.lang.Object
-
- 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
Constructors Constructor Description RSAPublicKey(java.math.BigInteger e, java.math.BigInteger n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getE()
java.math.BigInteger
getN()
-