Part of twisted.mail.protocols View Source View In Hierarchy
Instance Variable | filename | See __init__ |
Method | __init__ | |
Method | getContext | Create an SSL context. |
Parameters | filename | The name of a file containing a certificate and private key. (type: bytes ) |
Returns | An SSL context configured with the certificate and private key from the
file. (type: OpenSSL.SSL.Context ) |