共用方式為


KeyWrapAlgorithm type

金鑰包裝/解除包裝的支援演算法

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