java.security.spec
public class: DSAParameterSpec [javadoc |
source]
java.lang.Object
java.security.spec.DSAParameterSpec
All Implemented Interfaces:
DSAParams, AlgorithmParameterSpec
This class specifies the set of parameters used with the DSA algorithm.
| Field Summary |
|---|
| BigInteger | p | |
| BigInteger | q | |
| BigInteger | g | |
| Method from java.security.spec.DSAParameterSpec Summary: |
|---|
|
getG, getP, getQ |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |