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

Class RSAPrivateKeySpec

    • 构造方法详细信息

      • RSAPrivateKeySpec

        public RSAPrivateKeySpec​(BigInteger modulus,
                                 BigInteger privateExponent)
        创建一个新的RSAPrivateKeySpec。
        参数
        modulus - 模数
        privateExponent - 私人指数
    • 方法详细信息

      • getModulus

        public BigInteger getModulus​()
        返回模数。
        结果
        模数
      • getPrivateExponent

        public BigInteger getPrivateExponent​()
        返回私有指数。
        结果
        私人指数