Home | Trees | Index | Help |
---|
Package tlslite :: Module X509 :: Class X509 |
|
Method Summary | |
---|---|
__init__(self)
| |
str or None |
Get the Subject's Common Name from the certificate. |
str |
Get the hex-encoded fingerprint of this certificate. |
Parse a PEM-encoded X.509 certificate. | |
Parse a DER-encoded X.509 certificate. | |
writeBytes(self)
|
Instance Variable Summary | |
---|---|
array.array of unsigned bytes |
bytes : The DER-encoded ASN.1 certificate |
tlslite.utils.RSAKey.RSAKey |
publicKey : The subject public key from the certificate. |
Method Details |
---|
getCommonName(self)Get the Subject's Common Name from the certificate. The cryptlib_py module must be installed in order to use this function.
|
getFingerprint(self)Get the hex-encoded fingerprint of this certificate.
|
parse(self, s)Parse a PEM-encoded X.509 certificate.
|
parseBinary(self, bytes)Parse a DER-encoded X.509 certificate.
|
Instance Variable Details |
---|
bytesThe DER-encoded ASN.1 certificate
|
publicKeyThe subject public key from the certificate. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Mar 21 00:04:58 2004 | http://epydoc.sf.net |