dnsjava
has DNSSEC support. I'd like to do a simple Lookup, just like the Lookup examples ( http://www.xbill.org/dnsjava/dnsjava-current/examples.html ), but have dnsjava tell me if it validates DNSSEC. (Or, raise an exception if it doesn't.)
I've done some simple testing and confirmed that, by default, dnsjava will not do any DNSSEC validation.
How can I tell dnsjava to do DNSSEC validation on a Lookup?