MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / rrToWire

Method rrToWire

src/main/java/core/org/xbill/DNS/TLSARecord.java:124–130  ·  view source on GitHub ↗
(DNSOutput out, Compression c, boolean canonical)

Source from the content-addressed store, hash-verified

122}
123
124void
125rrToWire(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 */
133public int

Callers

nothing calls this directly

Calls 2

writeU8Method · 0.80
writeByteArrayMethod · 0.80

Tested by

no test coverage detected