模块 java.base

接口 DHPublicKey

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

public interface DHPublicKey extends DHKey , PublicKey
Diffie-Hellman 公钥的接口。
自从:
1.4
参见:
  • 字段摘要

    字段
    修饰符和类型
    Field
    描述
    static final long
    已弃用。
    接口中的 serialVersionUID 字段无效。
  • 方法总结

    修饰符和类型
    方法
    描述
    getY()
    返回公共值 y

    在接口 javax.crypto.interfaces.DHKey 中声明的方法

    getParams

    在接口 java.security.Key 中声明的方法

    getAlgorithm, getEncoded, getFormat
  • 字段详细信息

    • serialVersionUID

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

    • getY

      BigInteger  getY()
      返回公共值 y
      返回:
      公共值,y