<!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.DSAPrivateKey
</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.DSAParams.html#_top_">Previous</a>  <a href="java.security.interfaces.DSAPublicKey.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface java.security.interfaces.DSAPrivateKey
</h1>
<dl>
  <dt> public interface <b>DSAPrivateKey</b>
  <dt> extends <a href="java.security.interfaces.DSAKey.html#_top_">DSAKey</a>, <a href="java.security.PrivateKey.html#_top_">PrivateKey</a>
</dl>
The standard interface to a DSA 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.Key.html#_top_">Key</a>, <a href="java.security.Signature.html#_top_">Signature</a>, <a href="java.security.interfaces.DSAKey.html#_top_">DSAKey</a>, <a href="java.security.interfaces.DSAPublicKey.html#_top_">DSAPublicKey</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="#getX()"><b>getX</b></a>()
  <dd>  Returns the value of the private key, <code>x</code>.
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getX()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getX"><b>getX</b></a>
<pre>
 public abstract <a href="java.math.BigInteger.html#_top_">BigInteger</a> getX()
</pre>
<dl>
  <dd> Returns the value of the private key, <code>x</code>.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the value of the private key, <code>x</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.DSAParams.html#_top_">Previous</a>  <a href="java.security.interfaces.DSAPublicKey.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
