a new object with type S, a subtype of T
|
__new__(cls,
transport,
domain,
session_details=None)
Enforce a singleton SSL object per Transport |
source code
|
|
|
|
|
|
|
get_cert_subject_subfield(self,
subfield_name) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_cert_fingerprint(self,
fingerprint_length,
digest_name) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
SHA1 = PN_SSL_SHA1
|
|
SHA256 = PN_SSL_SHA256
|
|
SHA512 = PN_SSL_SHA512
|
|
MD5 = PN_SSL_MD5
|
|
CERT_COUNTRY_NAME = PN_SSL_CERT_SUBJECT_COUNTRY_NAME
|
|
CERT_STATE_OR_PROVINCE = PN_SSL_CERT_SUBJECT_STATE_OR_PROVINCE
|
|
CERT_CITY_OR_LOCALITY = PN_SSL_CERT_SUBJECT_CITY_OR_LOCALITY
|
|
CERT_ORGANIZATION_NAME = PN_SSL_CERT_SUBJECT_ORGANIZATION_NAME
|
|
CERT_ORGANIZATION_UNIT = PN_SSL_CERT_SUBJECT_ORGANIZATION_UNIT
|
|
CERT_COMMON_NAME = PN_SSL_CERT_SUBJECT_COMMON_NAME
|
|
RESUME_UNKNOWN = PN_SSL_RESUME_UNKNOWN
|
|
RESUME_NEW = PN_SSL_RESUME_NEW
|
|
RESUME_REUSED = PN_SSL_RESUME_REUSED
|
|
peer_hostname = property(_get_peer_hostname, _set_peer_hostnam...
|