模块  java.base

Interface RSAKey

    • 方法详细信息

      • getModulus

        BigInteger getModulus()
        返回模数。
        结果
        模数
      • getParams

        default AlgorithmParameterSpec getParams()
        返回与此键关联的参数。 参数是可选的,可以在密钥对生成期间明确指定或隐式创建。
        实现要求:
        默认实现返回 null
        结果
        相关参数可以为null
        从以下版本开始:
        11