If this message was signed by a TSIG, was the TSIG verified? @see TSIG
()
| 303 | * @see TSIG |
| 304 | */ |
| 305 | public boolean |
| 306 | isVerified() { |
| 307 | return (tsigState == TSIG_VERIFIED); |
| 308 | } |
| 309 | |
| 310 | /** |
| 311 | * Returns the OPT record from the ADDITIONAL section, if one is present. |