Interface DSAPrivateKey

All Superinterfaces:
DSAKey, Key, PrivateKey, Serializable
All Known Implementing Classes:
BCDSAPrivateKey, DSAPrivateKeyImpl, JDKDSAPrivateKey, OpenSSLDSAPrivateKey

public interface DSAPrivateKey
extends DSAKey, PrivateKey
The interface for a Digital Signature Algorithm (DSA) private key.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static long serialVersionUID
    The serial version identifier.
  • Method Summary

    Modifier and Type Method Description
    BigInteger getX()
    Returns the private key value x.

    Methods inherited from interface java.security.interfaces.DSAKey

    getParams

    Methods inherited from interface java.security.Key

    getAlgorithm, getEncoded, getFormat
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      The serial version identifier.
      See Also:
      Constant Field Values
  • Method Details

    • getX

      BigInteger getX()
      Returns the private key value x.
      Returns:
      the private key value x.