Searched defs:compressedCertificateMsg (Results 1 – 1 of 1) sorted by relevance
1993 type compressedCertificateMsg struct { struct1994 raw []byte1995 algID uint161996 uncompressedLength uint321997 compressed []byte2000 func (m *compressedCertificateMsg) marshal() (x []byte) {2017 func (m *compressedCertificateMsg) unmarshal(data []byte) bool {