Class RSAPrivateKey


  • public class RSAPrivateKey
    extends java.lang.Object
    Deprecated.
    use RSAPrivateKey
    RSAPrivateKey.
    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​(java.math.BigInteger d, 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 getD()
      Deprecated.
       
      java.math.BigInteger getE()
      Deprecated.
       
      java.math.BigInteger getN()
      Deprecated.
       
      RSAPublicKey getPublicKey()
      Deprecated.
       
      java.security.KeyPair toJCEKeyPair()
      Deprecated.
      Converts this to a JCE API representation of the RSA key pair.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSAPrivateKey

        public RSAPrivateKey​(java.math.BigInteger d,
                             java.math.BigInteger e,
                             java.math.BigInteger n)
        Deprecated.
    • Method Detail

      • getD

        public java.math.BigInteger getD()
        Deprecated.
      • getE

        public java.math.BigInteger getE()
        Deprecated.
      • getN

        public java.math.BigInteger getN()
        Deprecated.
      • getPublicKey

        public RSAPublicKey getPublicKey()
        Deprecated.
      • toJCEKeyPair

        public java.security.KeyPair toJCEKeyPair()
                                           throws java.security.GeneralSecurityException
        Deprecated.
        Converts this to a JCE API representation of the RSA key pair.
        Returns:
        the key pair
        Throws:
        java.security.GeneralSecurityException - the general security exception