java.security.interfaces
Interface DSAPrivateKey

All Superinterfaces:
DSAKey, Key, PrivateKey, Serializable

public interface DSAPrivateKey
extends DSAKey, PrivateKey

This interface models a Digital Signature Algorithm (DSA) private key


Field Summary
static long serialVersionUID
          The version identifier used for serialization.
 
Method Summary
 BigInteger getX()
          This method returns the value of the DSA private key
 
Methods inherited from interface java.security.interfaces.DSAKey
getParams
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

serialVersionUID

static final long serialVersionUID
The version identifier used for serialization.

See Also:
Constant Field Values
Method Detail

getX

BigInteger getX()
This method returns the value of the DSA private key