Searched defs:compressedCertificateMsg (Results 1 – 1 of 1) sorted by relevance
2181 type compressedCertificateMsg struct { struct2182 raw []byte2183 algID uint162184 uncompressedLength uint322185 compressed []byte2188 func (m *compressedCertificateMsg) marshal() (x []byte) {2205 func (m *compressedCertificateMsg) unmarshal(data []byte) bool {