(DNSOutput out, Compression c, boolean canonical)
| 122 | } |
| 123 | |
| 124 | void |
| 125 | rrToWire(DNSOutput out, Compression c, boolean canonical) { |
| 126 | out.writeU8(certificateUsage); |
| 127 | out.writeU8(selector); |
| 128 | out.writeU8(matchingType); |
| 129 | out.writeByteArray(certificateAssociationData); |
| 130 | } |
| 131 | |
| 132 | /** Returns the certificate usage of the TLSA record */ |
| 133 | public int |
nothing calls this directly
no test coverage detected