All Packages Class Hierarchy This Package Previous Next Index
Interface java.security.interfaces.DSAPrivateKey
- public interface DSAPrivateKey
- extends DSAKey, PrivateKey
The standard interface to a DSA private key. DSA (Digital Signature
Algorithm) is defined in NIST's FIPS-186.
- See Also:
- Key, Signature, DSAKey, DSAPublicKey
-
getX()
- Returns the value of the private key,
x
.
getX
public abstract BigInteger getX()
- Returns the value of the private key,
x
.
- Returns:
- the value of the private key,
x
.
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature