<!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.DSAKey
</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="Package-java.security.interfaces.html">Previous</a>  <a href="java.security.interfaces.DSAKeyPairGenerator.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface java.security.interfaces.DSAKey
</h1>
<dl>
  <dt> public interface <b>DSAKey</b>
</dl>
The interface to a DSA public or private key. DSA (Digital Signature
 Algorithm) is defined in NIST's FIPS-186.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.security.interfaces.DSAParams.html#_top_">DSAParams</a>, <a href="java.security.Key.html#_top_">Key</a>, <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="#getParams()"><b>getParams</b></a>()
  <dd>  Returns the DSA-specific key parameters.
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getParams()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getParams"><b>getParams</b></a>
<pre>
 public abstract <a href="java.security.interfaces.DSAParams.html#_top_">DSAParams</a> getParams()
</pre>
<dl>
  <dd> Returns the DSA-specific key parameters. These parameters are
 never secret.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the DSA-specific key parameters.
    <dt> <b>See Also:</b>
    <dd> <a href="java.security.interfaces.DSAParams.html#_top_">DSAParams</a>
  </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="Package-java.security.interfaces.html">Previous</a>  <a href="java.security.interfaces.DSAKeyPairGenerator.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
