[][src]Module dkim::dkim

DKIM related elements (header struct, public key struct, etc)

Structs

Header

A struct reprensenting a DKIM-Signature header.
It can be build using the builder syntax.

PublicKey

A struct reprensenting a DKIM dns record. (contains the public key and a few optional fields)

Enums

CanonicalizationType

The DKIM canonicalization algorithm.

DkimParsingError
PublicKeyParsingError
SigningAlgorithm

The hashing algorithm used when signing or verifying. Should be sha256 but may be sha1.