java.security.interfaces
public interface DSAPrivateKey extends DSAKey, PrivateKey
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
The version identifier used for serialization.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getX()
This method returns the value of the DSA private key
|
getAlgorithm, getEncoded, getFormat
static final long serialVersionUID
BigInteger getX()