Lines Matching refs:DSA
3 DSA title
8 `DSA`_ is a `public-key`_ algorithm for signing messages.
17 Generate a DSA private key from the given key size. This function will
41 Generate DSA parameters using the provided ``backend``.
153 The collection of integers that make up a set of DSA parameters.
185 The collection of integers that make up a DSA public key.
212 The collection of integers that make up a DSA private key.
247 `DSA`_ parameters.
253 Generate a DSA private key. This method can be used to generate many
281 A `DSA`_ private key. A DSA private key that is not an
289 An DSA public key object corresponding to the values of the private key.
373 A `DSA`_ public key.
444 .. _`DSA`: https://en.wikipedia.org/wiki/Digital_Signature_Algorithm target in Key interfaces