Home | Trees | Indices | Help |
|
---|
|
object --+ | Certificate
Represents and x.509 certificate.
|
|||
|
|||
|
|||
str |
|
||
dict |
|
||
DateRange |
|
||
boolean |
|
||
list |
|
||
Extensions |
|
||
Certificate |
|
||
|
|||
|
|||
str |
|
||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Extensions |
__ext A dictionary of extensions OID:value |
||
X509 |
x509 The M2Crypto.X509 backing object. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Get the serial number
|
Get the certificate subject. note: Missing NID mapping for UID added to patch openssl.
|
Get the valid date range.
|
Get whether the certificate is valid based on date.
|
Get whether the certificate contains bogus data or is otherwise unsuitable. The certificate may be valid but still be considered bogus.
|
Get custom extensions.
|
Read a certificate file.
|
Write the certificate.
|
Get PEM representation of the certificate.
|
str(x)
|
repr(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 7 12:30:32 2010 | http://epydoc.sourceforge.net |