org.xbill.DNS
Interface Verifier

All Known Implementing Classes:
DNSSECVerifier

public interface Verifier

An interface to a DNSSEC Verifier. This is used to verify the validity of data received by dnsjava. The specific implementation of the verifier is expected to store trusted keys in some way. The Verifier will use these trusted keys as well as secure cached keys to verify data.

Author:
Brian Wellington
See Also:
DNSSECVerifier

Method Summary
 int verify(RRset set, Cache cache)
          Verifies this RRset, using secure keys found in this Cache if necessary.
 

Method Detail

verify

int verify(RRset set,
           Cache cache)
Verifies this RRset, using secure keys found in this Cache if necessary.

See Also:
RRset, Cache