Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.interfaces

Interface DSAParams

java.lang.Object
|
+--java.security.interfaces.DSAParams


public interface DSAParams

This interface allows the Digital Signature Algorithm (DSA) parameters to be queried.

Author:

Method Summary

java.math.BigIntegergetG()

Returns the base, or 'g' value
java.math.BigIntegergetP()

Returns the prime, or 'p' value
java.math.BigIntegergetQ()

Returns the subprime, or 'q' value

Method Details

getG

public BigInteger getG()

Returns the base, or 'g' value

Returns:


getP

public BigInteger getP()

Returns the prime, or 'p' value

Returns:


getQ

public BigInteger getQ()

Returns the subprime, or 'q' value

Returns: