<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.jones-json-web-encryption-json-serialization" target="https://datatracker.ietf.org/doc/html/draft-jones-json-web-encryption-json-serialization-02">
   <front>
      <title>JSON Web Encryption JSON Serialization (JWE-JS)</title>
      <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
         <organization>Microsoft</organization>
      </author>
      <date month="July" day="6" year="2012" />
      <abstract>
	 <t>   The JSON Web Encryption JSON Serialization (JWE-JS) is a means of
   representing encrypted content using JavaScript Object Notation
   (JSON) data structures.  This specification describes a means of
   representing secured content as a JSON data object (as opposed to the
   JWE specification, which uses a compact serialization with a URL-safe
   representation).  It enables the same content to be encrypted to
   multiple parties (unlike JWE).  Cryptographic algorithms and
   identifiers used with this specification are described in the
   separate JSON Web Algorithms (JWA) specification.  The JSON
   Serialization for related digital signature and HMAC functionality is
   described in the separate JSON Web Signature JSON Serialization
   (JWS-JS) specification.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-jones-json-web-encryption-json-serialization-02" />
   
</reference>
