AesCbcEncryptionAlgorithm type

A union type representing all supported AES-CBC encryption algorithms.

type AesCbcEncryptionAlgorithm =
  | "A128CBC"
  | "A192CBC"
  | "A256CBC"
  | "A128CBCPAD"
  | "A192CBCPAD"
  | "A256CBCPAD"