Package | Description |
---|---|
org.xbill.DNS |
Modifier and Type | Class and Description |
---|---|
class |
RRSIGRecord
Resource Record Signature - An RRSIG provides the digital signature of an RRset, so that the data
can be authenticated by a DNSSEC-capable resolver.
|
class |
SIGRecord
Signature - A SIG provides the digital signature of an RRset, so that the data can be
authenticated by a DNSSEC-capable resolver.
|
Modifier and Type | Method and Description |
---|---|
private static void |
DNSSEC.digestSIG(DNSOutput out,
SIGBase sig) |
private static boolean |
DNSSEC.matches(SIGBase sig,
KEYBase key) |
Constructor and Description |
---|
KeyMismatchException(KEYBase key,
SIGBase sig) |