Variable CryptoAlgorithmListFullConst

CryptoAlgorithmListFull: readonly CryptoAlgorithm[] = ...

A full list of crypto algorithms.

Remarks

The full list contains all implemented algorithms. This list encompasses SigningAlgorithmListFull and EncryptionAlgorithmListFull.

This can be used in place of CryptoAlgorithmListSlim 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.