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

Method sigs

src/main/java/core/org/xbill/DNS/RRset.java:169–172  ·  view source on GitHub ↗

Returns an Iterator listing all signature records

()

Source from the content-addressed store, hash-verified

167
168/** Returns an Iterator listing all signature records */
169public synchronized Iterator
170sigs() {
171 return iterator(false, false);
172}
173
174/** Returns the number of (data) records */
175public synchronized int

Callers 2

nodeToStringMethod · 0.95
addRRsetMethod · 0.80

Calls 1

iteratorMethod · 0.95

Tested by

no test coverage detected