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