Module java.base

Interface DSAPublicKey

所有超接口:
DSAKey, Key, PublicKey, Serializable

public interface DSAPublicKey extends DSAKey, PublicKey
DSA(数字签名算法)公钥的接口。DSA定义在NIST的FIPS-186中。
自版本:
1.1
参见:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
    已弃用。
    接口中的serialVersionUID字段是无效的。
  • Method Summary

    Modifier and Type
    Method
    Description
    getY()
    返回公钥值y

    Methods declared in interface java.security.interfaces.DSAKey

    getParams

    Methods declared in interface java.security.Key

    getAlgorithm, getEncoded, getFormat
  • Field Details

    • serialVersionUID

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

    • getY

      BigInteger getY()
      返回公钥值y
      返回:
      公钥值y的值。