| Package | Description |
|---|---|
| org.xbill.DNS |
| Modifier and Type | Class and Description |
|---|---|
class |
CDNSKEYRecord
Child DNSKEY record as specified in RFC 8078.
|
class |
DNSKEYRecord
Key - contains a cryptographic public key for use by DNS.
|
class |
KEYRecord
Key - contains a cryptographic public key.
|
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
DNSSEC.matches(SIGBase sig,
KEYBase key) |
(package private) static java.security.PublicKey |
DNSSEC.toPublicKey(KEYBase r)
Converts a KEY/DNSKEY record into a PublicKey
|
| Constructor and Description |
|---|
KeyMismatchException(KEYBase key,
SIGBase sig) |