Package com.trilead.ssh2.signature
Class RSAPrivateKey
java.lang.Object
com.trilead.ssh2.signature.RSAPrivateKey
Deprecated.
RSAPrivateKey.
- Version:
- $Id: RSAPrivateKey.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BigInteger
Deprecated.private BigInteger
Deprecated.private BigInteger
Deprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
d
Deprecated. -
e
Deprecated. -
n
Deprecated.
-
-
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
-
RSAPrivateKey