模块 java.base

接口 RSAPrivateKey

所有父级接口:
Destroyable , Key , PrivateKey , RSAKey , Serializable
所有已知的子接口:
RSAMultiPrimePrivateCrtKey , RSAPrivateCrtKey

public interface RSAPrivateKey extends PrivateKey , RSAKey
RSA 私钥的接口。
自从:
1.2
参见:
  • 字段详细信息

    • serialVersionUID

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

    • getPrivateExponent

      BigInteger  getPrivateExponent()
      返回私有指数。
      返回:
      私有指数