Python OpenSSL Manual
Previous:
2.1.4 X509Store objects
Up:
2.1 crypto
Next:
2.2 rand
2.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:
2.1.4 X509Store objects
Up:
2.1 crypto
Next:
2.2 rand
Release 0.4.