Class t.i.s.CertificateRequest(CertBase):

Part of twisted.internet.ssl View Source View In Hierarchy

An x509 certificate request.

Certificate requests are given to certificate authorities to be signed and returned resulting in an actual certificate.
Method load Undocumented
Method dump Undocumented

Inherited from CertBase:

Method __init__ Undocumented
Method _copyName Undocumented
Method getSubject Retrieve the subject of this certificate.
def load(Class, requestData, requestFormat=crypto.FILETYPE_ASN1): (source)
Undocumented
def dump(self, format=crypto.FILETYPE_ASN1): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.