Package com.trilead.ssh2.signature
Class RSAPrivateKey
java.lang.Object
com.trilead.ssh2.signature.RSAPrivateKey
public class RSAPrivateKey extends Object
Deprecated.
use
RSAPrivateKeyRSAPrivateKey.
- Version:
- $Id: RSAPrivateKey.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
- See Also:
RSAPrivateKey
-
Constructor Summary
Constructors Constructor Description RSAPrivateKey(BigInteger d, BigInteger e, BigInteger n)Deprecated. -
Method Summary
Modifier and Type Method Description BigIntegergetD()Deprecated.BigIntegergetE()Deprecated.BigIntegergetN()Deprecated.RSAPublicKeygetPublicKey()Deprecated.KeyPairtoJCEKeyPair()Deprecated.Converts this to a JCE API representation of the RSA key pair.
-
Constructor Details
-
RSAPrivateKey
Deprecated.
-
-
Method Details
-
getD
Deprecated. -
getE
Deprecated. -
getN
Deprecated. -
getPublicKey
Deprecated. -
toJCEKeyPair
Deprecated.Converts this to a JCE API representation of the RSA key pair.- Returns:
- the key pair
- Throws:
GeneralSecurityException- the general security exception
-