Python OpenSSL Manual
Previous:
3.1.4 X509Store objects
Up:
3.1 crypto
Next:
3.2 rand
3.1.5 PKey objects
The PKey object has currently just one method:
generate_key
(
type, bits
)
Generate a public/private key pair of the type
type
(one of
TYPE_RSA
and
TYPE_DSA
) with the size
bits
.
Python OpenSSL Manual
Previous:
3.1.4 X509Store objects
Up:
3.1 crypto
Next:
3.2 rand
Release 0.4.1.