| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
X509CertChain
This class represents a chain of X.509 certificates.
|
|||
|
|||
|
|||
| tlslite.utils.rsakey.RSAKey |
|
||
| str |
|
||
| int |
|
||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| list |
x509List A list of tlslite.x509.X509 instances, starting with the end-entity certificate and with every subsequent certificate certifying the previous. |
||
|
|||
|
Inherited from |
|||
|
|||
Create a new X509CertChain.
|
Get the hex-encoded fingerprint of the end-entity certificate.
|
Parse a string containing a sequence of PEM certs. Raise a SyntaxError if input is malformed. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 20 20:43:10 2013 | http://epydoc.sourceforge.net |