public interface

DSAPublicKey

implements PublicKey DSAKey
java.security.interfaces.DSAPublicKey
Known Indirect Subclasses

Class Overview

The interface to a DSA public key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.

Summary

Constants
long serialVersionUID The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
Public Methods
abstract BigInteger getY()
Returns the value of the public key, y.
[Expand]
Inherited Methods
From interface java.security.Key
From interface java.security.interfaces.DSAKey

Constants

public static final long serialVersionUID

The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.

Constant Value: 1234526332779022332 (0x1121eb28ab28c7fc)

Public Methods

public abstract BigInteger getY ()

Returns the value of the public key, y.

Returns
  • the value of the public key, y.