Expand description
Handling of netdoc signatures
Modules§
- sig_
hashes - Hash types suitable for use as
#[deftly(netdoc(signature(hash_accu = TY))]
Structs§
- Signature
Hash Inputs - Inputs needed to calculate a specific signature hash for a specific Item
- Signatures
Data - The signatures information extracted from a signed network document
- Signed
Document Body - The part of a network document before the first signature item
Traits§
- HasUnverified
Parsed Body - Network document that has an unparsed body type (internal trait)
- Netdoc
Parseable Signatures - The signatures section of a network document, that can be parsed
- Netdoc
Unverified - A network document with (unverified) signatures
- Signature
Hashes Accumulator - Hash(es) for a signature item
- Signature
Item Parseable - A signature item that can appear in a netdoc
Functions§
- check_
validity_ time - Utility function to check that a time is within a validity period
- check_
validity_ time_ tolerance - Like
check_validity_time()but with a tolerance to support clock skews.