Was this message signed by a TSIG? @see TSIG
()
| 292 | * @see TSIG |
| 293 | */ |
| 294 | public boolean |
| 295 | isSigned() { |
| 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? |