Interface DSAPrivateKey

Interface java.security.interfaces.DSAPrivateKey

Interface Members | This Package | All Packages

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.

See Also:
Key, Signature, DSAKey, DSAPublicKey