class documentation

class GrumpyCert(IOSimCert): (source)

View In Hierarchy

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.

Inherited from IOSimCert:

Method options Undocumented
Class Variable verifyCount 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.