OptionalalgoList 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.
OptionalcheckWhether to check certificate ValidityPeriod.
If true, throws an error if .now is not within ValidityPeriod.
OptionalnowCurrent timestamp for checking ValidityPeriod.
Certificate import options for createVerifier and createDecrypter.