Module java.base

Interface RSAPublicKey

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

public interface RSAPublicKey extends PublicKey, RSAKey
RSA公钥的接口。
自JDK版本:
1.2
  • Field Details

    • serialVersionUID

      @Deprecated static final long serialVersionUID
      Deprecated.
      A serialVersionUID field in an interface is ineffectual. Do not use; no replacement.
      设置的类型指纹,用于指示与类型先前版本的序列化兼容性。
      参见:
  • Method Details

    • getPublicExponent

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