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

Method isVerified

src/main/java/core/org/xbill/DNS/Message.java:305–308  ·  view source on GitHub ↗

If this message was signed by a TSIG, was the TSIG verified? @see TSIG

()

Source from the content-addressed store, hash-verified

303 * @see TSIG
304 */
305public boolean
306isVerified() {
307 return (tsigState == TSIG_VERIFIED);
308}
309
310/**
311 * Returns the OPT record from the ADDITIONAL section, if one is present.

Callers 2

doxfrMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected