Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2020年1月.
* Some parts of this feature may have varying levels of support.
ウェブ暗号化 API の EcdsaParams 辞書は、ECDSA アルゴリズムを用いる際、SubtleCrypto.sign() や SubtleCrypto.verify() の引数 algorithm として渡すオブジェクトを表します。
文字列です。ECDSA に設定してください。
hash文字列、または単一の文字列値プロパティ name を持つオブジェクトです。これは、用いるダイジェストアルゴリズムを表す識別子です。以下のいずれかを設定してください。
警告: SHA-1 にも対応していますが、SHA-1 アルゴリズムは脆弱とされており、もう使用しないべきです。
SubtleCrypto.sign() や SubtleCrypto.verify() の例を参照してください。
| Web Cryptography Level 2 # SubtleCrypto-method-sign |
| Web Cryptography Level 2 # SubtleCrypto-method-verify |
SubtleCrypto.sign() および SubtleCrypto.verify() メソッドで "ECDSA" アルゴリズムに対応しているブラウザーは、この型に対応しているはずです。
Enable JavaScript to view this browser compatibility table.
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2026年5月17日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.