Name

Class java.security.spec.DSAParameterSpec

Synopsis

This class provides the basis for DSA key generation via parameters; it encapsulates the three parameters that are common to DSA algorithms.

Class Definition

public class java.security.spec.DSAParameterSpec
	extends java.lang.Object
	implements java.security.spec.AlgorithmParameterSpec,
			 java.security.interfaces.DSAParams {

	// Constructors
	public DSAParameterSpec(BigInteger, BigInteger, BigInteger);

	// Instance Methods
	public BigInteger getG(  );
	public BigInteger getP(  );
	public BigInteger getQ(  );
}

See also

AlgorithmParameterSpec, DSAParams, DSAPrivateKeySpec, DSAPublicKeySpec

Get Java Security, 2nd 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.