class PrivateCertificate(Certificate): (source)
| Class Method | fromCertificateAndKeyPair |
Undocumented |
| Class Method | load |
Load a certificate from an ASN.1- or PEM-format string. |
| Class Method | loadPEM |
Load both private and public parts of a private certificate from a chunk of PEM-format data. |
| Method | __repr__ |
Undocumented |
| Method | certificateRequest |
Undocumented |
| Method | dumpPEM |
Dump both public and private parts of a private certificate to PEM-format data. |
| Method | inspect |
Return a multi-line, human-readable representation of this Certificate, including information about the subject, issuer, and public key. |
| Method | newCertificate |
Create a new PrivateCertificate from the given certificate data and this instance's private key. |
| Method | options |
Create a context factory using this PrivateCertificate's certificate and private key. |
| Method | signCertificateRequest |
Undocumented |
| Method | signRequestObject |
Undocumented |
| Instance Variable | privateKey |
Undocumented |
| Method | _setPrivateKey |
Undocumented |
Inherited from Certificate:
| Class Method | hostFromTransport |
Get the certificate for the local end of the given transport. |
| Class Method | peerFromTransport |
Get the certificate for the remote end of the given transport. |
| Method | __eq__ |
Undocumented |
| Method | digest |
Return a digest hash of this certificate using the specified hash algorithm. |
| Method | dump |
Undocumented |
| Method | getIssuer |
Retrieve the issuer of this certificate. |
| Method | getPublicKey |
Get the public key for this certificate. |
| Method | serialNumber |
Retrieve the serial number of this certificate. |
| Method | _inspect |
Undocumented |
Inherited from CertBase (via Certificate):
| Method | __conform__ |
Convert this CertBase into a provider of the given interface. |
| Method | __init__ |
Undocumented |
| Method | getSubject |
Retrieve the subject of this certificate. |
| Instance Variable | original |
The underlying OpenSSL certificate object. |
| Method | _copyName |
Undocumented |
twisted.internet.ssl.Certificate.load| Returns | |
| Class | Undocumented |
twisted.internet.ssl.Certificate.loadPEMtwisted.internet.ssl.Certificate.dumpPEMtwisted.internet.ssl.Certificate.inspecttwisted.internet.ssl.Certificate.optionsPrivateCertificate's certificate and private key.| Parameters | |
| *authorities | A list of Certificate object |
| Returns | |
CertificateOptions | A context factory. |
Undocumented
Undocumented