Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 721 Bytes

JWSAlgorithm.md

File metadata and controls

13 lines (8 loc) · 721 Bytes

Type Alias: JWSAlgorithm

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


JWSAlgorithm: "PS256" | "ES256" | "RS256" | "Ed25519" | "ES384" | "PS384" | "RS384" | "ES512" | "PS512" | "RS512" | "EdDSA"

JWS alg Algorithm identifiers from the JSON Web Signature and Encryption Algorithms IANA registry for which Digital Signature validation is implemented.