Home | Trees | Indices | Help |
|
---|
|
object --+ | RSAImplementation
An RSA key factory.
This class is only internally used to implement the methods of the Crypto.PublicKey.RSA module.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
|
Attention:
|
Construct an RSA key from a tuple of valid RSA components. The modulus n must be the product of two primes. The public exponent e must be odd and larger than 1. In case of a private key, the following equations must apply:
|
Import an RSA key (public or private half), encoded in standard form.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 24 09:02:37 2012 | http://epydoc.sourceforge.net |