| Safe Haskell | None |
|---|
Crypto.JOSE.JWS
Description
JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JavaScript Object Notation (JSON) based data structures.
Documentation
JWS Header data type.
Constructors
| Header | |
Fields
| |
JSON Web Signature data type. Consists of a payload and a (possibly empty) list of signatures.
Constructors
| JWS Base64Octets [Signature] |
jwsPayload :: JWS -> ByteStringSource
Payload of a JWS, as a lazy bytestring.