java.security.interfaces
public interface DSAPrivateKey extends DSAKey, PrivateKey
Field Summary | |
---|---|
long | serialVersionUID
The version identifier used for serialization. |
Method Summary | |
---|---|
BigInteger | getX()
This method returns the value of the DSA private key |