MCPcopy Create free account
hub / github.com/mozilla/cipherscan / __init__

Method __init__

cscan/extensions.py:68–72  ·  view source on GitHub ↗

Create Session Ticket extension.

(self)

Source from the content-addressed store, hash-verified

66 """Session Ticket extension (a.k.a. OCSP staple)."""
67
68 def __init__(self):
69 """Create Session Ticket extension."""
70 super(SessionTicketExtension, self).__init__(
71 extType=ExtensionType.session_ticket)
72 self.data = bytearray(0)
73
74 def parse(self, parser):
75 """Deserialise the extension from binary data."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected