Module java.base

Interface DSAPrivateKey

所有超级接口:
Destroyable, DSAKey, Key, PrivateKey, Serializable

public interface DSAPrivateKey extends DSAKey, PrivateKey
DSA(数字签名算法)私钥的标准接口。DSA(Digital Signature Algorithm)在NIST的FIPS-186中定义。
自 JDK 版本:
1.1
参见:
  • Field Details

    • serialVersionUID

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

    • getX

      BigInteger getX()
      返回私钥值 x
      返回:
      私钥值 x