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

Class RSAKeyGenParameterSpec

    • 字段详细信息

      • F0

        public static final BigInteger F0
        公众指数值F0 = 3。
      • F4

        public static final BigInteger F4
        公共指数值F4 = 65537。
    • 构造方法详细信息

      • RSAKeyGenParameterSpec

        public RSAKeyGenParameterSpec​(int keysize,
                                      BigInteger publicExponent)
        从给定的keysize和public-exponent值构造一个新的 RSAParameterSpec对象。
        参数
        keysize - 模数大小(以位数表示)
        publicExponent - 公众指数
    • 方法详细信息

      • getKeysize

        public int getKeysize​()
        返回keysize。
        结果
        键盘。
      • getPublicExponent

        public BigInteger getPublicExponent​()
        返回public-exponent值。
        结果
        公众指数值。