Set the value of the Finished message.
(self, data)
| 24 | self.renegotiated_connection = None |
| 25 | |
| 26 | def create(self, data): |
| 27 | """Set the value of the Finished message.""" |
| 28 | self.renegotiated_connection = data |
| 29 | |
| 30 | @property |
| 31 | def extData(self): |
nothing calls this directly
no outgoing calls
no test coverage detected