Package java.security.interfaces
Interface DSAKey
- All Known Subinterfaces:
DSAPrivateKey,DSAPublicKey
- All Known Implementing Classes:
BCDSAPrivateKey,BCDSAPublicKey,DSAPrivateKeyImpl,DSAPublicKeyImpl,JDKDSAPrivateKey,JDKDSAPublicKey,OpenSSLDSAPrivateKey,OpenSSLDSAPublicKey
public interface DSAKey
The base interface for Digital Signature Algorithm (DSA) public or private
keys.
-
Method Summary
-
Method Details
-
getParams
DSAParams getParams()Returns the DSA key parameters.- Returns:
- the DSA key parameters.
-