public interface DSAKey

java.security.interfaces.DSAKey



The interface to a DSA public or private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.

Summary

Public methods

abstract DSAParams getParams()

Returns the DSA-specific key parameters.

Public methods

getParams

public abstract DSAParams getParams ()

Returns the DSA-specific key parameters. These parameters are never secret.

Returns
DSAParams the DSA-specific key parameters.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.