Package | Description |
---|---|
org.jitsi.dnssec | |
org.jitsi.dnssec.validator |
Modifier and Type | Method and Description |
---|---|
SRRset |
SMessage.findAnswerRRset(org.xbill.DNS.Name qname,
int qtype,
int qclass)
Find an "answer" RRset.
|
SRRset |
SMessage.findRRset(org.xbill.DNS.Name name,
int type,
int dclass,
int section)
Find a specific (S)RRset in a given section.
|
SRRset[] |
SMessage.getSectionRRsets(int section,
int qtype)
Gets signed RRsets for the queried section.
|
Modifier and Type | Method and Description |
---|---|
List<SRRset> |
SMessage.getSectionRRsets(int section)
Gets signed RRsets for the queried section.
|
Modifier and Type | Method and Description |
---|---|
SRRset |
TrustAnchorStore.find(org.xbill.DNS.Name name,
int dclass)
Gets the closest trusted key for the given name or
null if
no match is found. |
SRRset |
KeyEntry.getRRset()
Gets the DNSKEYs for the cached key entry.
|
Modifier and Type | Method and Description |
---|---|
static KeyEntry |
KeyEntry.newKeyEntry(SRRset rrset)
Creates a new key entry from actual DNSKEYs.
|
org.jitsi.dnssec.validator.JustifiedSecStatus |
ValUtils.nsecProvesNodataDsReply(org.xbill.DNS.Message request,
SMessage response,
SRRset keyRrset)
Check DS absence.
|
void |
TrustAnchorStore.store(SRRset rrset)
Stores the given RRset as known trusted keys.
|
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.
|
SecurityStatus |
ValUtils.verifySRRset(SRRset rrset,
SRRset keyRrset)
Given an SRRset that is signed by a DNSKEY found in the key_rrset, verify
it.
|
Copyright © 2016 jitsi.org. All rights reserved.