模块 java.base

接口 RSAPublicKey

所有父级接口:
Key , PublicKey , RSAKey , Serializable

public interface RSAPublicKey extends PublicKey , RSAKey
RSA 公钥的接口。
自从:
1.2
  • 字段详细信息

    • serialVersionUID

      @Deprecated static final long serialVersionUID
      已弃用。
      接口中的 serialVersionUID 字段无效。不使用;没有替代品。
      设置为指示与该类型的先前版本的序列化兼容性的类型指纹。
      参见:
  • 方法详情

    • getPublicExponent

      BigInteger  getPublicExponent()
      返回公共指数。
      返回:
      公共指数