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

Class DSAPrivateKeySpec

    • 构造方法详细信息

      • DSAPrivateKeySpec

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

      • getX

        public BigInteger getX​()
        返回私钥 x
        结果
        私钥 x
      • getP

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

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

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