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

Method rrFromWire

src/main/java/core/org/xbill/DNS/SIGBase.java:51–62  ·  view source on GitHub ↗
(DNSInput in)

Source from the content-addressed store, hash-verified

49}
50
51void
52rrFromWire(DNSInput in) throws IOException {
53 covered = in.readU16();
54 alg = in.readU8();
55 labels = in.readU8();
56 origttl = in.readU32();
57 expire = new Date(1000 * in.readU32());
58 timeSigned = new Date(1000 * in.readU32());
59 footprint = in.readU16();
60 signer = new Name(in);
61 signature = in.readByteArray();
62}
63
64void
65rdataFromString(Tokenizer st, Name origin) throws IOException {

Callers

nothing calls this directly

Calls 4

readU16Method · 0.80
readU8Method · 0.80
readU32Method · 0.80
readByteArrayMethod · 0.80

Tested by

no test coverage detected