de.flexiprovider.core.dsa.interfaces
Interface DSAParams

All Superinterfaces:
java.security.interfaces.DSAParams
All Known Implementing Classes:
DSAParameterSpec

public interface DSAParams
extends java.security.interfaces.DSAParams

Interface to a set of key parameters for DSA (Digital Signature Algorithm), which is defined in NIST's FIPS-186.

See Also:
DSAKey, Key, java.security.Signature

Method Summary
 FlexiBigInt getBaseG()
           
 FlexiBigInt getPrimeP()
           
 FlexiBigInt getPrimeQ()
           
 
Methods inherited from interface java.security.interfaces.DSAParams
getG, getP, getQ
 

Method Detail

getPrimeP

public FlexiBigInt getPrimeP()
Returns:
the prime p

getPrimeQ

public FlexiBigInt getPrimeQ()
Returns:
the subprime q

getBaseG

public FlexiBigInt getBaseG()
Returns:
the base g