Package | Description |
---|---|
org.jitsi.dnssec.validator |
Modifier and Type | Method and Description |
---|---|
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)
Store a
KeyEntry in the cache. |
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.
|
Modifier and Type | Method and Description |
---|---|
KeyEntry |
KeyCache.store(KeyEntry ke)
Store a
KeyEntry in the cache. |
Copyright © 2016 jitsi.org. All rights reserved.