java.security.interfaces

Interface DSAPrivateKey

public interface DSAPrivateKey extends DSAKey, PrivateKey

This interface models a Digital Signature Algorithm (DSA) private key
Field Summary
longserialVersionUID
The version identifier used for serialization.
Method Summary
BigIntegergetX()
This method returns the value of the DSA private key

Field Detail

serialVersionUID

public long serialVersionUID
The version identifier used for serialization.

Method Detail

getX

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