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

Method TSIGstring

src/main/java/core/org/xbill/DNS/Rcode.java:112–115  ·  view source on GitHub ↗

Converts a numeric TSIG extended Rcode into a String

(int i)

Source from the content-addressed store, hash-verified

110
111/** Converts a numeric TSIG extended Rcode into a String */
112public static String
113TSIGstring(int i) {
114 return tsigrcodes.getText(i);
115}
116
117/** Converts a String representation of an Rcode into its numeric value */
118public static int

Callers 3

rrToStringMethod · 0.95
rrToStringMethod · 0.95
verifyTSIGMethod · 0.95

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected