Uses of Class
org.jitsi.dnssec.SMessage
-
Packages that use SMessage Package Description org.jitsi.dnssec.validator -
-
Uses of SMessage in org.jitsi.dnssec.validator
Methods in org.jitsi.dnssec.validator with parameters of type SMessage Modifier and Type Method Description static ResponseClassification
ValUtils. classifyResponse(SMessage m)
Given a response, classify ANSWER responses into a subtype.boolean
ValUtils. hasSignedNsecs(SMessage message)
Checks if the authority section of a message contains at least one signed NSEC or NSEC3 record.org.jitsi.dnssec.validator.JustifiedSecStatus
ValUtils. nsecProvesNodataDsReply(org.xbill.DNS.Message request, SMessage response, SRRset keyRrset)
Check DS absence.
-