Package com.trilead.ssh2.signature
Class RSAPublicKey
java.lang.Object
com.trilead.ssh2.signature.RSAPublicKey
public class RSAPublicKey extends Object
Deprecated.
use
RSAPublicKeyRSAPublicKey.
- 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(BigInteger e, BigInteger n)Deprecated. -
Method Summary
Modifier and Type Method Description BigIntegergetE()Deprecated.BigIntegergetN()Deprecated.
-
Constructor Details
-
RSAPublicKey
Deprecated.
-
-
Method Details