Package pyxmpp2 :: Module cert :: Class BasicCertificateData
[hide private]

Class BasicCertificateData


Certificate information interface.

This class provides only that information from the certificate, which is provided by the python API.

Instance Methods [hide private]
 
_decode_names(self)
Decode names (hopefully ASCII or UTF-8) into Unicode.

Inherited from CertificateData: __init__, get_jids, verify_client, verify_jid_against_common_name, verify_jid_against_srv_name, verify_server

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
from_ssl_socket(cls, ssl_socket)
Load certificate data from an SSL socket.
Properties [hide private]

Inherited from CertificateData: display_name

Inherited from object: __class__