Variable SigningAlgorithmListFullConst

SigningAlgorithmListFull: readonly SigningAlgorithm[] = ...

A full list of signing algorithms.

Remarks

The full list contains all implemented algorithms. This list currently contains ECDSA, RSA, HMAC, and Ed25519.

This can be used in place of SigningAlgorithmListSlim to support more algorithms, at the cost of larger bundle size. If you know exactly which algorithms are needed, you can also explicitly import them and form an array.