Uses of Class
org.minidns.record.RRSIG
Packages that use RRSIG
-
Uses of RRSIG in org.minidns.dnssec
Methods in org.minidns.dnssec that return types with arguments of type RRSIGModifier and TypeMethodDescriptionDnssecUnverifiedReason.NoActiveSignaturesReason.getOutdatedRrSigs()
DnssecQueryResult.getSignatures()
Methods in org.minidns.dnssec with parameters of type RRSIGModifier and TypeMethodDescriptionboolean
Constructor parameters in org.minidns.dnssec with type arguments of type RRSIGModifierConstructorDescriptionNoActiveSignaturesReason
(Question question, List<RRSIG> outdatedRrSigs) -
Uses of RRSIG in org.minidns.dnssec.algorithms
Methods in org.minidns.dnssec.algorithms with parameters of type RRSIGModifier and TypeMethodDescriptionprotected abstract byte[]
JavaSecSignatureVerifier.getSignature
(RRSIG rrsig) boolean
-
Uses of RRSIG in org.minidns.record
Methods in org.minidns.record that return RRSIGModifier and TypeMethodDescriptionstatic RRSIG
RRSIG.parse
(DataInputStream dis, byte[] data, int length)