Uses of Class
org.minidns.record.RRSIG
- 
Packages that use RRSIG Package Description org.minidns.dnssec org.minidns.dnssec.algorithms org.minidns.record  - 
- 
Uses of RRSIG in org.minidns.dnssec
Methods in org.minidns.dnssec that return types with arguments of type RRSIG Modifier and Type Method Description List<RRSIG>DnssecUnverifiedReason.NoActiveSignaturesReason. getOutdatedRrSigs()Set<Record<RRSIG>>DnssecQueryResult. getSignatures()Methods in org.minidns.dnssec with parameters of type RRSIG Modifier and Type Method Description booleanSignatureVerifier. verify(byte[] content, RRSIG rrsig, DNSKEY key)Constructor parameters in org.minidns.dnssec with type arguments of type RRSIG Constructor Description NoActiveSignaturesReason(Question question, List<RRSIG> outdatedRrSigs) - 
Uses of RRSIG in org.minidns.dnssec.algorithms
Methods in org.minidns.dnssec.algorithms with parameters of type RRSIG Modifier and Type Method Description protected abstract byte[]JavaSecSignatureVerifier. getSignature(RRSIG rrsig)booleanJavaSecSignatureVerifier. verify(byte[] content, RRSIG rrsig, DNSKEY key) - 
Uses of RRSIG in org.minidns.record
Methods in org.minidns.record that return RRSIG Modifier and Type Method Description static RRSIGRRSIG. parse(DataInputStream dis, byte[] data, int length) 
 -