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