From b4037871574803ab8cdb59902200d2ad8a322ede Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 30 Apr 2014 16:32:23 -0500 Subject: add interface docs for dsa_params_supported --- docs/hazmat/backends/interfaces.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/hazmat/backends') diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index 114b993d..3b3d5eff 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -369,6 +369,15 @@ A specific ``backend`` may provide one or more of these interfaces. :returns: ``True`` if the specified ``algorithm`` is supported by this backend, otherwise ``False``. + .. method:: dsa_parameters_supported(p, q): + + :param int p: The p value of a DSA key. + + :param int q: The q value of a DSA key. + + :returns: ``True`` if the given values of ``p`` and ``q`` are supported + by this backend, otherwise ``False``. + .. class:: CMACBackend -- cgit v1.2.3