モジュール java.base
パッケージ java.security.spec

クラスRSAKeyGenParameterSpec

    • フィールドの詳細

      • F0

        public static final BigInteger F0
        公開指数値F0 = 3。
      • F4

        public static final BigInteger F4
        公開指数値F4 = 65537。
    • コンストラクタの詳細

      • RSAKeyGenParameterSpec

        public RSAKeyGenParameterSpec​(int keysize,
                                      BigInteger publicExponent)
        指定されたキー・サイズおよび公開指数値から新しいRSAParameterSpecオブジェクトを構築します。
        パラメータ:
        keysize - モジュラス・サイズ(ビット数で指定)
        publicExponent - 公開指数
    • メソッドの詳細

      • getKeysize

        public int getKeysize​()
        キー・サイズを戻します。
        戻り値:
        キー・サイズ。
      • getPublicExponent

        public BigInteger getPublicExponent​()
        公開指数値を返します。
        戻り値:
        公開指数値。