Module  java.base
软件包  java.security.spec

Class DSAPublicKeySpec

    • 构造方法详细信息

      • DSAPublicKeySpec

        public DSAPublicKeySpec​(BigInteger y,
                                BigInteger p,
                                BigInteger q,
                                BigInteger g)
        用指定的参数值创建一个新的DSAPublicKeySpec。
        参数
        y - 公钥。
        p - 黄金。
        q - 次级。
        g - 基地。
    • 方法详细信息

      • getY

        public BigInteger getY​()
        返回公钥 y
        结果
        公钥 y
      • getP

        public BigInteger getP​()
        退货 p
        结果
        主要的 p
      • getQ

        public BigInteger getQ​()
        返回次级 q
        结果
        次级 q
      • getG

        public BigInteger getG​()
        返回底座 g
        结果
        基地 g