Module trust_dns::rr::dnssec [] [src]

dns security extension related modules

Reexports

pub use self::public_key::PublicKey;
pub use self::public_key::PublicKeyEnum;

Modules

hash

hash functions for DNSSec operations

public_key

Public Key implementations for supported key types

Structs

DnsSecError
Signer

Use for performing signing and validation of DNSSec based components.

SupportedAlgorithms

Used to specify the set of SupportedAlgorithms between a client and server

TrustAnchor

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

Enums

Algorithm

DNSSec signing and validation algorithms.

DigestType

This is the digest format for the

DnsSecErrorKind
KeyFormat

The format of the binary key

KeyPair

A public and private key pair, the private portion is not required.

Nsec3HashAlgorithm
RFC 5155                         NSEC3                        March 2008
                           

Traits

DnsSecChainErr
Verifier

Types which are able to verify DNS based signatures

Type Definitions

DnsSecResult