Package com.trilead.ssh2.signature
Class RSAPublicKey
- java.lang.Object
-
- com.trilead.ssh2.signature.RSAPublicKey
-
public class RSAPublicKey extends java.lang.Object
Deprecated.useRSAPublicKey
RSAPublicKey.- Version:
- $Id: RSAPublicKey.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
- See Also:
RSAPublicKey
-
-
Constructor Summary
Constructors Constructor Description RSAPublicKey(java.math.BigInteger e, java.math.BigInteger n)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.math.BigInteger
getE()
Deprecated.java.math.BigInteger
getN()
Deprecated.
-