Class DSAPrivateKey


  • @Deprecated
    public class DSAPrivateKey
    extends java.lang.Object
    Deprecated.
    use DSAPrivateKey
    DSAPrivateKey.
    Version:
    $Id: DSAPrivateKey.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
    See Also:
    DSAPrivateKey
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.math.BigInteger g
      Deprecated.
       
      private java.math.BigInteger p
      Deprecated.
       
      private java.math.BigInteger q
      Deprecated.
       
      private java.math.BigInteger x
      Deprecated.
       
      private java.math.BigInteger y
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      DSAPrivateKey​(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g, java.math.BigInteger y, java.math.BigInteger x)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.math.BigInteger getG()
      Deprecated.
       
      java.math.BigInteger getP()
      Deprecated.
       
      DSAPublicKey getPublicKey()
      Deprecated.
       
      java.math.BigInteger getQ()
      Deprecated.
       
      java.math.BigInteger getX()
      Deprecated.
       
      java.math.BigInteger getY()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • p

        private java.math.BigInteger p
        Deprecated.
      • q

        private java.math.BigInteger q
        Deprecated.
      • g

        private java.math.BigInteger g
        Deprecated.
      • x

        private java.math.BigInteger x
        Deprecated.
      • y

        private java.math.BigInteger y
        Deprecated.
    • Constructor Detail

      • DSAPrivateKey

        public DSAPrivateKey​(java.math.BigInteger p,
                             java.math.BigInteger q,
                             java.math.BigInteger g,
                             java.math.BigInteger y,
                             java.math.BigInteger x)
        Deprecated.
    • Method Detail

      • getP

        public java.math.BigInteger getP()
        Deprecated.
      • getQ

        public java.math.BigInteger getQ()
        Deprecated.
      • getG

        public java.math.BigInteger getG()
        Deprecated.
      • getY

        public java.math.BigInteger getY()
        Deprecated.
      • getX

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

        public DSAPublicKey getPublicKey()
        Deprecated.