java.security.interfaces
public interface: DSAPrivateKey [javadoc |
source]
All Implemented Interfaces:
DSAKey, PrivateKey
The standard interface to a DSA private key. DSA (Digital Signature
Algorithm) is defined in NIST's FIPS-186.
| Field Summary |
|---|
| static final long | serialVersionUID | The class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class. |
| Method from java.security.interfaces.DSAPrivateKey Summary: |
|---|
|
getX |
| Method from java.security.interfaces.DSAPrivateKey Detail: |
public BigInteger getX()
Returns the value of the private key, x. |