(DNSOutput out, Compression c, boolean canonical)
| 150 | } |
| 151 | |
| 152 | void |
| 153 | rrToWire(DNSOutput out, Compression c, boolean canonical) { |
| 154 | out.writeU16(flags); |
| 155 | out.writeU8(proto); |
| 156 | out.writeU8(alg); |
| 157 | if (key != null) |
| 158 | out.writeByteArray(key); |
| 159 | } |
| 160 | |
| 161 | } |
no test coverage detected