| 1611 | } |
| 1612 | |
| 1613 | type certificateStatusMsg struct { |
| 1614 | response []byte |
| 1615 | } |
| 1616 | |
| 1617 | func (m *certificateStatusMsg) marshal() ([]byte, error) { |
| 1618 | var b cryptobyte.Builder |
nothing calls this directly
no outgoing calls
no test coverage detected