Package | Description |
---|---|
org.xbill.DNS.dnssec |
Class and Description |
---|
DnsSecVerifier
A class for performing basic DNSSEC verification.
|
FindKeyState
State-object for the key-finding phase.
|
JustifiedSecStatus
Codes for DNSSEC security statuses along with a reason why the status was determined.
|
KeyCache
Cache for DNSKEY RRsets or corresponding null/bad key entries with a limited size and respect for
TTL values.
|
KeyCache.CacheEntry
Utility class to cache key entries with an expiration date.
|
KeyEntry
DNSKEY cache entry for a given
Name , with or without actual keys. |
NSEC3ValUtils
NSEC3 non-existence proof utilities.
|
NSEC3ValUtils.CEResponse
This is just a simple class to encapsulate the response to a closest encloser proof.
|
ResponseClassification
These are response subtypes.
|
SecurityStatus
Codes for DNSSEC security statuses.
|
SMessage
This class represents a DNS message with validator state and some utility methods.
|
SRRset
An extended version of
RRset that adds the indication of DNSSEC security status. |
TrustAnchorStore
Storage for DS or DNSKEY records that are known to be trusted.
|
ValUtils
This is a collection of routines encompassing the logic of validating different message types.
|
ValUtils.NsecProvesNodataResponse
Container for responses of
ValUtils.nsecProvesNodata(SRRset, NSECRecord, Name, int) . |