final class FindKeyState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Name |
currentDSKeyName
The initial key name when the key search is started from a trust anchor.
|
(package private) SRRset |
dsRRset
The (initial) DS RRset for the following DNSKEY search and validate phase.
|
(package private) Name |
emptyDSName
Sets the key name being searched for when a DS response is provably not a delegation point.
|
(package private) KeyEntry |
keyEntry
Iteratively holds the key during the search phase.
|
(package private) int |
qclass
The query class of the key to find.
|
(package private) Name |
signerName
The name of the key to search.
|
Constructor and Description |
---|
FindKeyState() |
SRRset dsRRset
KeyEntry keyEntry
Name signerName
int qclass
Name emptyDSName
Name currentDSKeyName