Package org.minidns.dnssec
Interface SignatureVerifier
- 
- All Known Implementing Classes:
 JavaSecSignatureVerifier
public interface SignatureVerifier
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanverify(byte[] content, RRSIG rrsig, DNSKEY key) 
 - 
 
- 
- 
Method Detail
- 
verify
boolean verify(byte[] content, RRSIG rrsig, DNSKEY key) throws DnssecValidationFailedException
- Throws:
 DnssecValidationFailedException
 
 - 
 
 -