Package org.xbill.DNS.dnssec
Class FindKeyState
java.lang.Object
org.xbill.DNS.dnssec.FindKeyState
State-object for the key-finding phase.
- Since:
- 3.5
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) NameThe initial key name when the key search is started from a trust anchor.(package private) SRRsetThe (initial) DS RRset for the following DNSKEY search and validate phase.(package private) NameSets the key name being searched for when a DS response is provably not a delegation point.(package private) KeyEntryIteratively holds the key during the search phase.(package private) intThe query class of the key to find.(package private) NameThe name of the key to search. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dsRRset
SRRset dsRRsetThe (initial) DS RRset for the following DNSKEY search and validate phase. -
keyEntry
KeyEntry keyEntryIteratively holds the key during the search phase. -
signerName
Name signerNameThe name of the key to search. This is taken from the RRSIG's signer name or the query name if no signer name is available. -
qclass
int qclassThe query class of the key to find. -
emptyDSName
Name emptyDSNameSets the key name being searched for when a DS response is provably not a delegation point. -
currentDSKeyName
Name currentDSKeyNameThe initial key name when the key search is started from a trust anchor.
-
-
Constructor Details
-
FindKeyState
FindKeyState()
-