FileDocCategorySizeDatePackage
DSAParams.javaAPI DocJava SE 5 API1028Fri Aug 26 14:57:18 BST 2005java.security.interfaces

DSAParams

public interface DSAParams
Interface to a DSA-specific set of key parameters, which defines a DSA key family. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
see
DSAKey
see
java.security.Key
see
java.security.Signature
version
1.20 03/12/19
author
Benjamin Renaud
author
Josh Bloch

Fields Summary
Constructors Summary
Methods Summary
public java.math.BigIntegergetG()
Returns the base, g.

return
the base, g.

public java.math.BigIntegergetP()
Returns the prime, p.

return
the prime, p.

public java.math.BigIntegergetQ()
Returns the subprime, q.

return
the subprime, q.