<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Interface java.security.interfaces.DSAPublicKey
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.security.interfaces.html">This Package</a>  <a href="java.security.interfaces.DSAPrivateKey.html#_top_">Previous</a>  <a href="Package-java.security.interfaces.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface java.security.interfaces.DSAPublicKey
</h1>
<dl>
  <dt> public interface <b>DSAPublicKey</b>
  <dt> extends <a href="java.security.interfaces.DSAKey.html#_top_">DSAKey</a>, <a href="java.security.PublicKey.html#_top_">PublicKey</a>
</dl>
The interface to a DSA public key. DSA (Digital Signature Algorithm)
 is defined in NIST's FIPS-186.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.security.Key.html#_top_">Key</a>, KeyParams, <a href="java.security.Signature.html#_top_">Signature</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getY()"><b>getY</b></a>()
  <dd>  Returns the value of the public key, <code>y</code>.
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getY()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getY"><b>getY</b></a>
<pre>
 public abstract <a href="java.math.BigInteger.html#_top_">BigInteger</a> getY()
</pre>
<dl>
  <dd> Returns the value of the public key, <code>y</code>.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the value of the public key, <code>y</code>.
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.security.interfaces.html">This Package</a>  <a href="java.security.interfaces.DSAPrivateKey.html#_top_">Previous</a>  <a href="Package-java.security.interfaces.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
