模块  java.base

Interface DSAParams

  • 所有已知实现类:
    DSAParameterSpec

    public interface DSAParams
    与DSA特定的一组关键参数的接口,用于定义DSA 密钥系列 DSA(数字签名算法)在NIST的FIPS-186中定义。
    从以下版本开始:
    1.1
    另请参见:
    DSAKeyKeySignature
    • 方法详细信息

      • getP

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

        BigInteger getQ()
        返回次级抵押贷款, q
        结果
        次级抵押贷款, q
      • getG

        BigInteger getG()
        返回基数, g
        结果
        the base, g.