Partager via


KeyWrapAlgorithm type

Algorithmes pris en charge pour le wrapping/unwrapping de clé

type KeyWrapAlgorithm =
  | "A128KW"
  | "A192KW"
  | "A256KW"
  | "RSA-OAEP"
  | "RSA-OAEP-256"
  | "RSA1_5"