Modules§
Structs§
- Http
Signature - Wrapper struct of raw signature bytes
- Http
Signature Base - Signature Base https://datatracker.ietf.org/doc/html/rfc9421#section-2.5
- Http
Signature Headers - Signature Headers derived from HttpSignatureBase
- Http
Signature Params - Struct defining Http message signature parameters https://datatracker.ietf.org/doc/html/rfc9421#name-signature-parameters
Enums§
- Algorithm
Name - Algorithm names
- Http
SigError - Error type for http signature
- Public
Key - Public key for http signature, only for asymmetric algorithm Name conventions follow Section 6.2.2, RFC9421
- Secret
Key - Secret key for http signature Name conventions follow Section-6.2.2, RFC9421
- Shared
Key - Shared key for http signature Name conventions follow Section 6.2.2, RFC9421
Traits§
- Signing
Key - SigningKey trait
- Verifying
Key - VerifyingKey trait
Type Aliases§
- Http
SigResult - Result type for http signature
- Http
Signature Headers Map - IndexMap of signature name and HttpSignatureHeaders