Beispiel #1
0
 def calcLength(self):
     """
     Alert Level: 1
     Alert Description: 1
     --------------------- +
     2
     """
     return Record.calcLength(self) + 2
Beispiel #2
0
 def calcLength(self):
     """
     Handshake Type: 1
     ClientHelloLength: 3
     --------------------- +
     4
     """
     return Record.calcLength(self) + 4