__init__(self,
x509Fingerprint=None,
checkResumedSession=False)
(Constructor)
| source code
|
Create a new Checker instance.
You must pass in one of these argument combinations:
- Parameters:
x509Fingerprint (str) - A hex-encoded X.509 end-entity fingerprint which the other
party's end-entity certificate must match.
checkResumedSession (bool) - If resumed sessions should be checked. This defaults to False,
on the theory that if the session was checked once, we don't need
to bother re-checking it.
- Overrides:
object.__init__
|