package jwe
import "github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache/internal/jwe"
Index ¶
Types ¶
type Header ¶
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 Encrypt ¶
func ParseCompactFormat ¶
ParseCompactFormat deserializes the compact format as returned by JWE.Serialize
func (*JWE) Decrypt ¶
func (*JWE) Serialize ¶
Serialize the JWE to compact format
Source Files ¶
- Version
- v0.3.2 (latest)
- Published
- Jan 15, 2025
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 2 months ago –
Tools for package owners.