Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for key definitions and examples #14

Merged
merged 2 commits into from May 31, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Expand Up @@ -236,7 +236,7 @@ <h3>
<p>
The output of this process is a new <a>JSON Web Token</a> where the
content is encrypted using <a>AES GCM</a> and a <a>content encryption
key</a> that is encrypted using <a>RSA-OAEP-256</a> and the public
key</a> that is encrypted using <a>RSA OAEP 256</a> and the public
key provided.
</p>
</section>
Expand Down Expand Up @@ -457,11 +457,11 @@ <h2>
JSON Web Encryption
</dt>
<dd>
The terms <dfn>JWE</dfn>, <dfn>JWE Compact Serialization</dfn>,
<dfn>JSON Web Encryption</dfn>, <dfn>JWE Encrypted Key</dfn>,
<dfn>JOSE Header</dfn>, <dfn>JWE Ciphertext</dfn>, <dfn>JWE
Authentication Tag</dfn> and <dfn>JWE Initialization Vector</dfn> are
defined by [[!RFC7516]].
The terms <dfn>content encryption key</dfn>, <dfn>JWE Compact
Serialization</dfn>, <dfn>JSON Web Encryption</dfn>, <dfn>JWE
Encrypted Key</dfn>, <dfn>JOSE Header</dfn>, <dfn>JWE
Ciphertext</dfn>, <dfn>JWE Authentication Tag</dfn> and <dfn>JWE
Initialization Vector</dfn> are defined by [[!RFC7516]].
</dd>
<dt>
JSON Web Algorithms
Expand Down