Undocumented
Class Method | generate |
Undocumented |
Class Method | load |
Undocumented |
Method | __getstate__ |
Undocumented |
Method | __setstate__ |
Undocumented |
Method | certificateRequest |
Create a certificate request signed with this key. |
Method | dump |
Undocumented |
Method | inspect |
Undocumented |
Method | newCertificate |
Undocumented |
Method | requestObject |
Undocumented |
Method | selfSignedCert |
Undocumented |
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. |
Inherited from PublicKey
:
Method | __init__ |
|
Method | __repr__ |
Undocumented |
Method | keyHash |
Compute a hash of the underlying PKey object. |
Method | matches |
Does this PublicKey contain the same value as another PublicKey ? |
Instance Variable | original |
The original private key. |
Undocumented
Undocumented
Returns | |
a string, formatted according to the 'format' argument. |
Given a blob of certificate request data and a certificate authority's DistinguishedName, return a blob of signed certificate data.
If verifyDNCallback returns a Deferred, I will return a Deferred which fires the data when that Deferred has completed.