class documentation

class DroppyCert(IOSimCert): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method iosimVerify This isn't a real certificate, and wouldn't work on a real socket, but iosim specifies a different API so that we don't have to do any crypto math to demonstrate that the right functions get called in the right places.
Instance Variable toDrop Undocumented

Inherited from IOSimCert:

Method options Undocumented
Class Variable verifyCount Undocumented
def __init__(self, toDrop): (source)

Undocumented

def iosimVerify(self, otherCert): (source)

This isn't a real certificate, and wouldn't work on a real socket, but iosim specifies a different API so that we don't have to do any crypto math to demonstrate that the right functions get called in the right places.

Undocumented