table of contents
DNS::LDNS::DNSSecTrustTree(3) | User Contributed Perl Documentation | DNS::LDNS::DNSSecTrustTree(3) |
NAME¶
DNS::LDNS::DNSSecTrustTree - Trust tree from signed RR to trust anchors
SYNOPSIS¶
use DNS::LDNS ':all' tree = new DNS::LDNS::DNSSecTrustTree tree->print(fp) d = tree->depth status = tree->add_parent(parent, sig, parent_status) status = tree->contains_keys(trusted_keys) # Node attributes rr = tree->rr; rrset = tree->rrset ptree = tree->parent(i) pstatus = tree->parent_status(i) rr = tree->parent_signature(i) count = tree->parent_count
SEE ALSO¶
AUTHOR¶
Erik Pihl Ostlyngen, <erik.ostlyngen@uninett.no>
COPYRIGHT AND LICENSE¶
Copyright (C) 2013 by UNINETT Norid AS
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.
2016-12-20 | perl v5.26.3 |