Interface DSAKey

    • Method Summary

      Modifier and Type Method and Description
      DSAParams getParams()
      Returns the DSA-specific key parameters.
    • Method Detail

      • getParams

        DSAParams getParams()
        Returns the DSA-specific key parameters. These parameters are never secret.
        Returns:
        the DSA-specific key parameters.
        See Also:
        DSAParams