-
Notifications
You must be signed in to change notification settings - Fork 74
/
WebCryptoAPI.json
153 lines (153 loc) · 4.72 KB
/
WebCryptoAPI.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"spec": {
"title": "Web Cryptography API",
"url": "https://w3c.github.io/webcrypto/"
},
"links": {
"rawlinks": {
"http://csrc.nist.gov/publications/fips/fips198-1/FIPS-198-1_final.pdf": {},
"http://csrc.nist.gov/publications/nistpubs/800-38D/SP-800-38D.pdf": {},
"http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf": {},
"http://www.northropgrumman.com/Capabilities/CybersecurityResearchConsortium/": {},
"http://www.secg.org/sec1-v2.pdf": {},
"https://datatracker.ietf.org/doc/html/bcp14": {},
"https://dom.spec.whatwg.org/": {},
"https://encoding.spec.whatwg.org/": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://html.spec.whatwg.org/multipage/structured-data.html": {
"anchors": [
"serializable"
]
},
"https://infra.spec.whatwg.org/": {},
"https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf": {},
"https://tc39.es/ecma262/multipage/": {},
"https://tools.ietf.org/html/draft-ietf-rtcweb-jsep/": {},
"https://w3cping.github.io/privacy-threat-model/": {
"anchors": [
"user-id",
"global-identifier"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"SameObject",
"Exposed",
"SecureContext",
"idl-promise",
"idl-sequence",
"EnforceRange"
]
},
"https://wiki.whatwg.org/wiki/Crypto": {},
"https://www.rfc-editor.org/rfc/rfc2119": {},
"https://www.rfc-editor.org/rfc/rfc2141": {
"anchors": [
"section-2.2"
]
},
"https://www.rfc-editor.org/rfc/rfc2315": {},
"https://www.rfc-editor.org/rfc/rfc3394": {},
"https://www.rfc-editor.org/rfc/rfc3447": {},
"https://www.rfc-editor.org/rfc/rfc4122": {
"anchors": [
"section-4.4",
"section-3",
"section-4.1.3",
"section-4.1.1"
]
},
"https://www.rfc-editor.org/rfc/rfc5208": {},
"https://www.rfc-editor.org/rfc/rfc5280": {},
"https://www.rfc-editor.org/rfc/rfc5480": {},
"https://www.rfc-editor.org/rfc/rfc5869": {},
"https://www.rfc-editor.org/rfc/rfc5915": {},
"https://www.rfc-editor.org/rfc/rfc6090": {},
"https://www.rfc-editor.org/rfc/rfc7517": {},
"https://www.rfc-editor.org/rfc/rfc7518": {},
"https://www.rfc-editor.org/rfc/rfc8018": {},
"https://www.rfc-editor.org/rfc/rfc8174": {},
"https://www.w3.org/TR/": {},
"https://www.w3.org/TR/IndexedDB/": {},
"https://www.w3.org/groups/wg/webappsec": {},
"https://www.w3.org/groups/wg/webappsec/ipr": {},
"https://www.w3.org/policies/patent-policy/": {
"anchors": [
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/policies/process/20231103/": {}
},
"autolinks": {
"https://encoding.spec.whatwg.org/": {
"anchors": [
"utf-8-encode"
]
},
"https://html.spec.whatwg.org/multipage/infrastructure.html": {
"anchors": [
"in-parallel"
]
},
"https://html.spec.whatwg.org/multipage/structured-data.html": {
"anchors": [
"serialization-steps",
"sub-serialization",
"deserialization-steps",
"sub-deserialization"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"windoworworkerglobalscope",
"concept-relevant-realm"
]
},
"https://infra.spec.whatwg.org/": {
"anchors": [
"byte-sequence",
"string-concatenate",
"ascii-lower-hex-digit"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"idl-promise",
"idl-DOMException",
"ArrayBufferView",
"idl-ArrayBuffer",
"idl-DOMString",
"BufferSource",
"dfn-throw",
"dataerror",
"dfn-get-buffer-source-copy",
"idl-Int8Array",
"idl-Uint8Array",
"idl-Uint8ClampedArray",
"idl-Int16Array",
"idl-Uint16Array",
"idl-Int32Array",
"idl-Uint32Array",
"idl-BigInt64Array",
"idl-BigUint64Array",
"typemismatcherror",
"quotaexceedederror",
"idl-object",
"idl-boolean",
"idl-any",
"idl-unsigned-long",
"this",
"invalidaccesserror",
"syntaxerror",
"arraybuffer-create",
"exceptiondef-typeerror",
"notsupportederror",
"operationerror",
"idl-octet",
"idl-unsigned-short"
]
}
}
}
}