Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JWE ¶
JWE implements a subset of JSON Web Encryption (https://datatracker.ietf.org/doc/html/rfc7516). It supports only direct encryption (https://datatracker.ietf.org/doc/html/rfc7518#section-4.5) with A128CBC-HS256 and de/serializes only the compact format.
func ParseCompactFormat ¶
ParseCompactFormat deserializes the compact format as returned by JWE.Serialize
Click to show internal directories.
Click to hide internal directories.