Module java.base

Interface DSAPrivateKey

All Superinterfaces:
AsymmetricKey, Destroyable, DSAKey, Key, PrivateKey, Serializable

public interface DSAPrivateKey extends DSAKey, PrivateKey
The standard interface to a DSA private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
Since:
1.1
See Also: