Part of twisted.internet.ssl View Source View In Hierarchy
Class Method | load | Undocumented |
Method | dump | Undocumented |
Method | __getstate__ | Undocumented |
Method | __setstate__ | Undocumented |
Method | inspect | Undocumented |
Class Method | generate | Undocumented |
Method | newCertificate | Undocumented |
Method | requestObject | Undocumented |
Method | certificateRequest | Create a certificate request signed with this key. |
Method | signCertificateRequest | Given a blob of certificate request data and a certificate authority's DistinguishedName, return a blob of signed certificate data. |
Method | signRequestObject | Sign a CertificateRequest instance, returning a Certificate instance. |
Method | selfSignedCert | Undocumented |
Inherited from PublicKey:
Method | __init__ | Undocumented |
Method | matches | Undocumented |
Method | __repr__ | Undocumented |
Method | keyHash | MD5 hex digest of signature on an empty certificate request with this key. |
Returns | a string, formatted according to the 'format' argument. |
If verifyDNCallback returns a Deferred, I will return a Deferred which fires the data when that Deferred has completed.