[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["`DSAKey` is an interface for DSA public or private keys, adhering to NIST's FIPS-186. It has two subclasses: `DSAPrivateKey` and `DSAPublicKey`. The key method `getParams()` returns the DSA-specific key parameters, which are not secret. `DSAParams` is a related interface. This interface is associated with the digital signature algorithm. `Key` and `Signature` are the other relevant information.\n"]]