package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 8, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
A minimal implementation of JSON Web Signatures (JWS) with ECDSA or RSA keys
type JWS struct {
Protected string `json:"protected"`
Payload string `json:"payload"`
Signature string `json:"signature"`
}
Represents a JSON Web Signature (JWS) document
Unmarshal the protected header into value
Source Files
¶
Click to show internal directories.
Click to hide internal directories.