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

Method getLabels

src/main/java/core/org/xbill/DNS/SIGBase.java:134–137  ·  view source on GitHub ↗

Returns the number of labels in the signed domain name. This may be different than the record's domain name if the record is a wildcard record.

()

Source from the content-addressed store, hash-verified

132 * record.
133 */
134public int
135getLabels() {
136 return labels;
137}
138
139/** Returns the original TTL of the RRset */
140public long

Callers 2

digestSIGMethod · 0.80
digestRRsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected