次の方法で共有


KeyWrapAlgorithm type

キーの折り返し/ラップ解除でサポートされているアルゴリズム

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