()
| 84 | } |
| 85 | |
| 86 | func (v Version) MiceEncoding() mice.Encoding { |
| 87 | switch v { |
| 88 | case VersionB1, VersionB2: |
| 89 | return mice.Draft03Encoding |
| 90 | default: |
| 91 | panic("not reached") |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | func (v Version) SignatureContextString() string { |
| 96 | switch v { |
no outgoing calls
no test coverage detected