Name

DSAParameterSpec

Synopsis

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

java.security.spec.DSAParameterSpec

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( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.