--- title: Crypto.subtle slug: Web/API/Crypto/subtle tags: - API - Cryptgraphy - Property - Read-only - Reference - Web Crypt API translation_of: Web/API/Crypto/subtle ---
{{APIRef("Web Crypto API")}}
Crypto.subtle
読み取り専用プロパティは、暗号化操作ができる {{domxref("SubtleCrypto")}} オブジェクトを返します。
var crypto = crypto.subtle;
仕様書 | 策定状況 | 備考 |
---|---|---|
{{ SpecName('Web Crypto API', '#dfn-Crypto', 'Crypto.subtle') }} | {{ Spec2('Web Crypto API') }} | 初期定義。 |
{{Compat("api.Crypto.subtle")}}