blob: a3e0e6e40c1b1a7bdfcdbdbc9eb31cedd645b01e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
---
title: Crypto.subtle
slug: Web/API/Crypto/subtle
translation_of: Web/API/Crypto/subtle
---
<div>{{APIRef("Web Crypto API")}}</div>
<p><strong><code>Crypto.subtle</code></strong> 은 읽기전용 속성이며 암호화 기법을 수행할 수 있는 {{domxref("SubtleCrypto")}} 객체를 반환합니다.</p>
<h2 id="명세">명세</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">명세</th>
<th scope="col">상태</th>
<th scope="col">비고</th>
</tr>
<tr>
<td>{{ SpecName('Web Crypto API', '#dfn-Crypto', 'Crypto.subtle') }}</td>
<td>{{ Spec2('Web Crypto API') }}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
<h2 id="브라우저_호환성">브라우저 호환성</h2>
<p>{{Compat("api.Crypto.subtle")}}</p>
<h2 id="같이_보기">같이 보기</h2>
<ul>
<li>{{domxref("Crypto")}}.</li>
<li>{{domxref("SubtleCrypto")}}.</li>
</ul>
|