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

pub struct TrustAnchor {
    // some fields omitted
}

Methods

impl TrustAnchor

fn new() -> TrustAnchor

fn contains(&self, other_key: &[u8]) -> bool

fn insert_trust_anchor(&mut self, public_key: Vec<u8>)

inserts the trust_anchor to the trusted chain

Trait Implementations

impl Default for TrustAnchor

fn default() -> TrustAnchor