Interface DSAParams

All Known Implementing Classes:
DSAParameterSpec, OpenSSLDSAParams

public interface DSAParams
The interface for Digital Signature Algorithm (DSA) specific parameters.
  • Method Summary

    Modifier and Type Method Description
    BigInteger getG()
    Returns the base (g) value.
    BigInteger getP()
    Returns the prime (p) value.
    BigInteger getQ()
    Returns the subprime (q value.
  • Method Details

    • getG

      BigInteger getG()
      Returns the base (g) value.
      Returns:
      the base (g) value.
    • getP

      BigInteger getP()
      Returns the prime (p) value.
      Returns:
      the prime (p) value.
    • getQ

      BigInteger getQ()
      Returns the subprime (q value.
      Returns:
      the subprime (q value.