API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.interfaces. DSAPublicKey View Source
Author(s)
Benjamin Renaud
Since
Version
1.22 05/11/17
Serial
Hierarchy
 DSAKey
      DSAPublicKey
Subinterfaces
Description
public interface DSAPublicKey
  The interface to a DSA public key.
Methods
Hide/Show inherited methods
public BigInteger getY ()
  Returns the value of the public key, y.
Fields
Hide/Show inherited fields
publicfinalstatic long serialVersionUID = "1234526332779022332"
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
publicfinalstatic long serialVersionUID = "7187392471159151072" [Inherited From PublicKey]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
publicfinalstatic long serialVersionUID = "6603384152749567654" [Inherited From PublicKey]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar