DecryptParameters type

A type representing all currently supported decryption parameters as they apply to different encryption algorithms.

type DecryptParameters =
  | RsaDecryptParameters
  | AesGcmDecryptParameters
  | AesCbcDecryptParameters