public interface
DSAKey
DSAKey
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["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"],null,[]]