()
| 88 | this.certificateManager = new CertificateManager(options); |
| 89 | } |
| 90 | initiateHandshake() { |
| 91 | this.connectionEnd = true; |
| 92 | this.handshakeProcess = handshakeProtocol.helloRequest.msgType; |
| 93 | } |
| 94 | handshake(s) { |
| 95 | let state = 0; |
| 96 | switch (this.handshakeProcess) { |
no outgoing calls
no test coverage detected