aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/crypto/subtle/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/crypto/subtle/index.html')
-rw-r--r--files/ko/web/api/crypto/subtle/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/files/ko/web/api/crypto/subtle/index.html b/files/ko/web/api/crypto/subtle/index.html
new file mode 100644
index 0000000000..a3e0e6e40c
--- /dev/null
+++ b/files/ko/web/api/crypto/subtle/index.html
@@ -0,0 +1,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>