Type Alias: JWSAlgorithm
August 29, 2025 ยท View on GitHub
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" | "ML-DSA-44" | "ML-DSA-65" | "ML-DSA-87" | "EdDSA"
JWS alg Algorithm identifiers from the
JSON Web Signature and Encryption Algorithms IANA registry
for which Digital Signature validation is implemented.