Package java.security.interfaces
Interface DSAKey
-
- All Known Subinterfaces:
DSAPrivateKey,DSAPublicKey
- All Known Implementing Classes:
BCDSAPrivateKey,BCDSAPublicKey,JDKDSAPrivateKey,JDKDSAPublicKey
public interface DSAKeyThe base interface for Digital Signature Algorithm (DSA) public or private keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DSAParamsgetParams()Returns the DSA key parameters.
-
-
-
Method Detail
-
getParams
DSAParams getParams()
Returns the DSA key parameters.- Returns:
- the DSA key parameters.
-
-