Share via


KeyWrapAlgorithm type

키 래핑/래핑 해제에 지원되는 알고리즘

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