2. 术语 (Terminology)
术语 "JSON Web Signature (JWS)", "Base64url Encoding", "Collision-Resistant Name", "Header Parameter" 和 "JOSE Header" 由 JWS 规范 [JWS] 定义.
术语 "JSON Web Encryption (JWE)", "Additional Authenticated Data (AAD)", "JWE Authentication Tag", "JWE Ciphertext", "JWE Compact Serialization", "JWE Encrypted Key", "JWE Initialization Vector" 和 "JWE Protected Header" 由 JWE 规范 [JWE] 定义.
术语 "Ciphertext", "Digital Signature", "Message Authentication Code (MAC)" 和 "Plaintext" 由 "Internet Security Glossary, Version 2" [RFC4949] 定义.
以下术语由本规范定义:
JSON Web Key (JWK) : 表示加密密钥的 JSON 对象. 该对象的 member 表示密钥的属性, 包括密钥值.
JWK Set : 表示一组 JWK 的 JSON 对象. 该 JSON 对象 MUST 具有一个 "keys" member, 其值是 JWK 数组.