Variable EncryptionAlgorithmListFullConst

EncryptionAlgorithmListFull: readonly EncryptionAlgorithm[] = ...

A full list of encryption algorithms.

Remarks

The full list contains all implemented algorithms. This list currently contains AESCBC, AESCTR, AESGCM, and RSAOAEP.

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

Generated using TypeDoc