From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/crypto/index.html | 68 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 files/ja/web/api/crypto/index.html (limited to 'files/ja/web/api/crypto/index.html') diff --git a/files/ja/web/api/crypto/index.html b/files/ja/web/api/crypto/index.html new file mode 100644 index 0000000000..7c2ea16a71 --- /dev/null +++ b/files/ja/web/api/crypto/index.html @@ -0,0 +1,68 @@ +--- +title: Crypto +slug: Web/API/Crypto +tags: + - API + - Interface + - Reference + - Web Crypt API +translation_of: Web/API/Crypto +--- +

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

+ +

Crypto インターフェイスは、現在のコンテキストで利用できる基本的な暗号機能を表します。これは、暗号強度の強い乱数生成器と暗号プリミティブへのアクセスを許可します。

+ +

このインターフェイスを持つオブジェクトは、{{domxref("Window.crypto")}} プロパティを通じてウェブコンテキスト上で利用可能です。

+ +

プロパティ

+ +

このインターフェイスは、{{domxref("RandomSource")}} 上に定義されたプロパティを実装します。

+ +
+
{{domxref("Crypto.subtle")}} {{experimental_inline}}{{readOnlyInline}}
+
ハッシュや署名、暗号化、複合など、共通の暗号プリミティブへのアクセスを提供する {{domxref("SubtleCrypto")}} オブジェクトを返します。
+
+ +

メソッド

+ +

このインターフェイスは、{{domxref("RandomSource")}} 上に定義されたメソッドを実装します。

+ +
+
{{domxref("RandomSource.getRandomValues()")}}
+
渡された {{ jsxref("TypedArray") }} を意味不明の乱数値で埋めます。
+
+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様書策定状況備考
{{SpecName("Web Crypto API", "#crypto-interface", "Crypto")}}{{Spec2("Web Crypto API")}}初期定義
+ +

ブラウザーの実装状況

+ +
+
+ + +

{{Compat("api.Crypto")}}

+
+
+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf