Home | Trees | Indices | Help |
|
---|
|
object --+ | DSAImplementation
A DSA key factory.
This class is only internally used to implement the methods of the Crypto.PublicKey.DSA module.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
|
Attention: You should always use a cryptographically secure random number generator, such as the one defined in the Crypto.Random module; don't just use the current time and the random module. |
Construct a DSA key from a tuple of valid DSA components. The modulus p must be a prime. The following equations must apply:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 24 09:02:37 2012 | http://epydoc.sourceforge.net |