KeyEntry |
KeyCache.find(org.xbill.DNS.Name n,
int dclass) |
Find the 'closest' trusted DNSKEY rrset to the given name.
|
static KeyEntry |
KeyEntry.newBadKeyEntry(org.xbill.DNS.Name n,
int dclass,
long ttl) |
Creates a new bad key entry without actual DNSKEYs, i.e.
|
static KeyEntry |
KeyEntry.newKeyEntry(SRRset rrset) |
Creates a new key entry from actual DNSKEYs.
|
static KeyEntry |
KeyEntry.newNullKeyEntry(org.xbill.DNS.Name n,
int dclass,
long ttl) |
Creates a new trusted key entry without actual DNSKEYs, i.e.
|
KeyEntry |
KeyCache.store(KeyEntry ke) |
|
KeyEntry |
ValUtils.verifyNewDNSKEYs(SRRset dnskeyRrset,
SRRset dsRrset,
long badKeyTTL) |
Given a DS rrset and a DNSKEY rrset, match the DS to a DNSKEY and verify
the DNSKEY rrset with that key.
|