Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OHMORIYUSUKE authored and mfuji09 committed Dec 3, 2024
1 parent c4484cd commit c8420ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/api/subtlecrypto/verify/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ verify(algorithm, key, signature, data)
- [HMAC](/ja/docs/Web/API/SubtleCrypto/sign#hmac) を使用するには、 `"HMAC"` という文字列か、 `{ "name": "HMAC" }` の形の文字列を渡してください。
- `key`
- : 署名に用いる鍵を格納した {{domxref("CryptoKey")}} オブジェクトです。
対象か偽アルゴリズムであれば秘密鍵であり、公開鍵システムであれば公開鍵です。
対称鍵アルゴリズムであれば秘密鍵であり、公開鍵システムであれば公開鍵です。
- `signature`
- : {{jsxref("ArrayBuffer")}} で、検証する{{glossary("signature", "署名")}}です。
- `data`
Expand Down

0 comments on commit c8420ef

Please sign in to comment.