Module java.base

Interface DSAParams

所有已知的实现类:
DSAParameterSpec

public interface DSAParams
DSA特定密钥参数集的接口,定义了一个DSA密钥族。DSA(数字签名算法)在NIST的FIPS-186中定义。
自版本:
1.1
参见:
  • Method Summary

    Modifier and Type
    Method
    Description
    getG()
    返回基数,g
    getP()
    返回素数,p
    getQ()
    返回次素数,q
  • Method Details

    • getP

      BigInteger getP()
      返回素数,p
      返回:
      素数,p
    • getQ

      BigInteger getQ()
      返回次素数,q
      返回:
      次素数,q
    • getG

      BigInteger getG()
      返回基数,g
      返回:
      基数,g