Searched defs:compressedCertificateMsg (Results 1 – 1 of 1) sorted by relevance
1760 type compressedCertificateMsg struct { struct1761 raw []byte1762 algID uint161763 uncompressedLength uint321764 compressed []byte1767 func (m *compressedCertificateMsg) marshal() (x []byte) {1784 func (m *compressedCertificateMsg) unmarshal(data []byte) bool {