Struct trust_dns::rr::dnssec::TrustAnchor [] [src]

pub struct TrustAnchor { /* fields omitted */ }

The root set of trust anchors for validating DNSSec, anything in this set will be trusted

Methods

impl TrustAnchor
[src]

Creates a new empty trust anchor set

determines if the key is in the trust anchor set

inserts the trust_anchor to the trusted chain

get the trust anchor at the specified index

Trait Implementations

impl Default for TrustAnchor
[src]

Returns the "default value" for a type. Read more