Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 844 Bytes

File metadata and controls

30 lines (20 loc) · 844 Bytes
title short-title slug l10n
Crypto: subtle プロパティ
subtle
Web/API/Crypto/subtle
sourceCommit
b280ea1234452ff553caa466bf532a66ba51db01

{{APIRef("Web Crypto API")}}{{SecureContext_header}}

Crypto.subtle 読み取り専用プロパティは、低水準の暗号化操作をができる {{domxref("SubtleCrypto")}} オブジェクトを返します。

ウェブ暗号 API の低レベル暗号機能を操作するために使用できる {{domxref("SubtleCrypto")}} オブジェクトです。

仕様書

{{Specifications}}

ブラウザーの互換性

{{Compat}}

関連情報