Class DSAPublicKey


  • public class DSAPublicKey
    extends java.lang.Object
    Deprecated.
    use DSAPublicKey
    DSAPublicKey.
    Version:
    $Id: DSAPublicKey.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
    See Also:
    DSAPublicKey
    • 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 y
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      DSAPublicKey​(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g, java.math.BigInteger y)
      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.
       
      java.math.BigInteger getQ()
      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.
      • y

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

      • DSAPublicKey

        public DSAPublicKey​(java.math.BigInteger p,
                            java.math.BigInteger q,
                            java.math.BigInteger g,
                            java.math.BigInteger y)
        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.