Optional
algoList of recognized algorithms.
SigningAlgorithmListSlim and EncryptionAlgorithmListSlim only contain a subset of available signing and encryption algorithms. Use SigningAlgorithmListFull and EncryptionAlgorithmListFull for all algorithms, at the cost of larger bundle size.
Optional
checkWhether to check certificate ValidityPeriod.
If true
, throws an error if .now
is not within ValidityPeriod.
Optional
nowCurrent timestamp for checking ValidityPeriod.
Certificate import options for createVerifier and createDecrypter.