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

Method isSigned

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

Was this message signed by a TSIG? @see TSIG

()

Source from the content-addressed store, hash-verified

292 * @see TSIG
293 */
294public boolean
295isSigned() {
296 return (tsigState == TSIG_SIGNED ||
297 tsigState == TSIG_VERIFIED ||
298 tsigState == TSIG_FAILED);
299}
300
301/**
302 * If this message was signed by a TSIG, was the TSIG verified?

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected