AesCbcEncryptionAlgorithm type

Typ unii reprezentujący wszystkie obsługiwane algorytmy szyfrowania AES-CBC.

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