Package | Description |
---|---|
org.xbill.DNS.dnssec |
Modifier and Type | Method and Description |
---|---|
private java.util.concurrent.CompletionStage<java.lang.Void> |
ValidatingResolver.processDNSKEYResponse(Message request,
SMessage response,
FindKeyState state) |
private java.util.concurrent.CompletionStage<java.lang.Void> |
ValidatingResolver.processDSResponse(Message request,
SMessage response,
FindKeyState state)
This handles the responses to locally generated DS queries.
|
private java.util.concurrent.CompletionStage<java.lang.Void> |
ValidatingResolver.processFindKey(FindKeyState state)
Process the FINDKEY state.
|