Package java.security.interfaces
Interface DSAPrivateKey
- All Superinterfaces:
DSAKey,Key,PrivateKey,Serializable
- All Known Implementing Classes:
BCDSAPrivateKey,DSAPrivateKeyImpl,JDKDSAPrivateKey,OpenSSLDSAPrivateKey
public interface DSAPrivateKey extends DSAKey, PrivateKey
The interface for a Digital Signature Algorithm (DSA) private key.
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUIDThe serial version identifier. -
Method Summary
Modifier and Type Method Description BigIntegergetX()Returns the private key valuex.Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Field Details
-
serialVersionUID
static final long serialVersionUIDThe serial version identifier.- See Also:
- Constant Field Values
-
-
Method Details
-
getX
BigInteger getX()Returns the private key valuex.- Returns:
- the private key value
x.
-