1DNS::LDNS::DNSSecTrustTUrseeer(3C)ontributed Perl DocumeDnNtSa:t:iLoDnNS::DNSSecTrustTree(3)
2
3
4
6 DNS::LDNS::DNSSecTrustTree - Trust tree from signed RR to trust anchors
7
9 use DNS::LDNS ':all'
10
11 tree = new DNS::LDNS::DNSSecTrustTree
12 tree->print(fp)
13 d = tree->depth
14 status = tree->add_parent(parent, sig, parent_status)
15 status = tree->contains_keys(trusted_keys)
16
17 # Node attributes
18 rr = tree->rr;
19 rrset = tree->rrset
20 ptree = tree->parent(i)
21 pstatus = tree->parent_status(i)
22 rr = tree->parent_signature(i)
23 count = tree->parent_count
24
26 http://www.nlnetlabs.nl/projects/ldns
27
29 Erik Pihl Ostlyngen, <erik.ostlyngen@uninett.no>
30
32 Copyright (C) 2013 by UNINETT Norid AS
33
34 This library is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself, either Perl version 5.14.2 or, at
36 your option, any later version of Perl 5 you may have available.
37
38
39
40perl v5.32.1 2021-05-20 DNS::LDNS::DNSSecTrustTree(3)