MCPcopy Create free account
hub / github.com/XTLS/Go / marshal

Method marshal

common.go:1378–1378  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1376
1377type handshakeMessage interface {
1378 marshal() []byte
1379 unmarshal([]byte) bool
1380}
1381

Callers 15

clientHandshakeMethod · 0.65
handshakeMethod · 0.65
doFullHandshakeMethod · 0.65
readFinishedMethod · 0.65
readSessionTicketMethod · 0.65
sendFinishedMethod · 0.65
handshakeMethod · 0.65
readServerParametersMethod · 0.65
readServerCertificateMethod · 0.65
readServerFinishedMethod · 0.65
sendClientCertificateMethod · 0.65

Implementers 15

clientHelloMsghandshake_messages.go
serverHelloMsghandshake_messages.go
encryptedExtensionsMsghandshake_messages.go
endOfEarlyDataMsghandshake_messages.go
keyUpdateMsghandshake_messages.go
newSessionTicketMsgTLS13handshake_messages.go
certificateRequestMsgTLS13handshake_messages.go
certificateMsghandshake_messages.go
certificateMsgTLS13handshake_messages.go
serverKeyExchangeMsghandshake_messages.go
certificateStatusMsghandshake_messages.go
serverHelloDoneMsghandshake_messages.go

Calls

no outgoing calls

Tested by

no test coverage detected