Class t.i._.PublicKey:

Part of twisted.internet._sslverify View Source View In Hierarchy

Known subclasses: twisted.internet.ssl.KeyPair

No class docstring
Method __init__ Undocumented
Method matches Undocumented
Method __repr__ Undocumented
Method keyHash MD5 hex digest of signature on an empty certificate request with this
Method inspect Undocumented
def __init__(self, osslpkey): (source)
Undocumented
def matches(self, otherKey): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def keyHash(self): (source)
MD5 hex digest of signature on an empty certificate request with this key.
def inspect(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.