Interface java.security.interfaces.DSAPrivateKey
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.

Version:
1.4, 96/12/24
Author:
Benjamin Renaud
See Also:
Key, Signature, DSAKey, DSAPublicKey

Method Index

 o getX()
Returns the value of the private key, x.

Methods

 o getX
public abstract java.math.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