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

Method rrToWire

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

Source from the content-addressed store, hash-verified

178}
179
180void
181rrToWire(DNSOutput out, Compression c, boolean canonical) {
182 out.writeU16(covered);
183 out.writeU8(alg);
184 out.writeU8(labels);
185 out.writeU32(origttl);
186 out.writeU32(expire.getTime() / 1000);
187 out.writeU32(timeSigned.getTime() / 1000);
188 out.writeU16(footprint);
189 signer.toWire(out, null, canonical);
190 out.writeByteArray(signature);
191}
192
193}

Callers

nothing calls this directly

Calls 5

writeU16Method · 0.80
writeU8Method · 0.80
writeU32Method · 0.80
writeByteArrayMethod · 0.80
toWireMethod · 0.45

Tested by

no test coverage detected