Package org.xbill.DNS.dnssec
Interface TrustAnchorStore
public interface TrustAnchorStore
Storage for DS or DNSKEY records that are known to be trusted.
- Since:
- 3.6
-
Method Details
-
store
Stores the givenRRsetas known trusted keys.- Parameters:
rrset- The key set to store as trusted.
-
find
Gets the closest trusted key for the given name ornullif no match is found.- Parameters:
name- The name to search for.dclass- TheDClassof the keys.- Returns:
- The closest found key for
nameornull.
-
clear
void clear()Removes all stored trust anchors. -
items
Collection<RRset> items()Gets all trust anchors currently in use.
-