EncryptParameters type

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

type EncryptParameters =
  | RsaEncryptParameters
  | AesGcmEncryptParameters
  | AesCbcEncryptParameters