Class FindKeyState

java.lang.Object
org.xbill.DNS.dnssec.FindKeyState

final class FindKeyState extends Object
State-object for the key-finding phase.
Since:
3.5
  • Field Details

    • dsRRset

      SRRset dsRRset
      The (initial) DS RRset for the following DNSKEY search and validate phase.
    • keyEntry

      KeyEntry keyEntry
      Iteratively holds the key during the search phase.
    • signerName

      Name signerName
      The 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 qclass
      The query class of the key to find.
    • emptyDSName

      Name emptyDSName
      Sets the key name being searched for when a DS response is provably not a delegation point.
    • currentDSKeyName

      Name currentDSKeyName
      The initial key name when the key search is started from a trust anchor.
  • Constructor Details

    • FindKeyState

      FindKeyState()