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

Method rrToWire

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

Source from the content-addressed store, hash-verified

150}
151
152void
153rrToWire(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}

Callers 1

getFootprintMethod · 0.95

Calls 3

writeU16Method · 0.80
writeU8Method · 0.80
writeByteArrayMethod · 0.80

Tested by

no test coverage detected