Home | Trees | Indices | Help |
|
---|
|
|
|||
_RSAobj Class defining an actual RSA key. |
|||
RSAImplementation An RSA key factory. |
|
|||
generate = _impl.generate Randomly generate a fresh, new RSA key object. |
|||
construct = _impl.construct Construct an RSA key object from a tuple of valid RSA components. |
|||
importKey = _impl.importKey Import an RSA key (public or private half), encoded in standard form. |
|||
error = _impl.error
|
|||
algorithmIdentifier = DerSequence([b('\x06\x09\x2A\x86\x48\x86 This is the ASN.1 DER object that qualifies an algorithm as compliant to PKCS#1 (that is, the standard RSA). |
|
generateRandomly generate a fresh, new RSA key object. See RSAImplementation.generate.
|
constructConstruct an RSA key object from a tuple of valid RSA components. See RSAImplementation.construct.
|
importKeyImport an RSA key (public or private half), encoded in standard form. See RSAImplementation.importKey.
|
algorithmIdentifierThis is the ASN.1 DER object that qualifies an algorithm as compliant to PKCS#1 (that is, the standard RSA).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jul 30 23:54:33 2012 | http://epydoc.sourceforge.net |