Module java.base

Interface DSAPublicKey

All Superinterfaces:
AsymmetricKey, DSAKey, Key, PublicKey, Serializable

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