Package com.trilead.ssh2.signature
Class RSAPublicKey
- java.lang.Object
-
- com.trilead.ssh2.signature.RSAPublicKey
-
public class RSAPublicKey extends Object
Deprecated.useRSAPublicKeyRSAPublicKey.- 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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BigIntegergetE()Deprecated.BigIntegergetN()Deprecated.
-
-
-
Constructor Detail
-
RSAPublicKey
public RSAPublicKey(BigInteger e, BigInteger n)
Deprecated.
-
-
Method Detail
-
getE
public BigInteger getE()
Deprecated.
-
getN
public BigInteger getN()
Deprecated.
-
-