DSAParameterSpec


DSAParameterSpec java.security.spec

Java 1.2

This class represents algorithm parameters used with DSA public-key cryptography.

Figure 14-84. java.security.spec.DSAParameterSpec

 public class  DSAParameterSpec  implements AlgorithmParameterSpec,          java.security.interfaces.DSAParams {  // Public Constructors  public  DSAParameterSpec  (java.math.BigInteger  p  , java.math.BigInteger  q  ,          java.math.BigInteger  g  );  // Methods Implementing DSAParams  public java.math.BigInteger  getG  ( );        public java.math.BigInteger  getP  ( );        public java.math.BigInteger  getQ  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net