Interface DSAPublicKey

All Superinterfaces:
DSAKey, Key, PublicKey, Serializable
All Known Implementing Classes:
BCDSAPublicKey, DSAPublicKeyImpl, JDKDSAPublicKey, OpenSSLDSAPublicKey

public interface DSAPublicKey
extends DSAKey, PublicKey
The interface for a Digital Signature Algorithm (DSA) public key.
  • Field Summary

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

    Modifier and Type Method Description
    BigInteger getY()
    Returns the public key value y.

    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

    • getY

      BigInteger getY()
      Returns the public key value y.
      Returns:
      the public key value y.