DSAPublicKey
Interface DSAPublicKey
- All Superinterfaces:
- 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.
- See Also:
-
Key
,Signature
,DSAKey
,DSAPrivateKey