JWE

E830586

JWE (JSON Web Encryption) is a compact, URL-safe standard for representing encrypted content using JSON-based data structures as part of the JOSE (JavaScript Object Signing and Encryption) framework.

All labels observed (3)

Label Occurrences
JWE canonical 5
JWE Header 1
JWE Initialization Vector 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf IETF standard ⓘ
JOSE specification ⓘ
encryption standard ⓘ
category cryptography ⓘ
web security ⓘ
compactParts Authentication Tag ⓘ
Ciphertext ⓘ
Encrypted Key ⓘ
Initialization Vector ⓘ
Protected Header ⓘ
compactSerializationStructure five dot-separated Base64URL-encoded parts ⓘ
component JWE Authentication Tag ⓘ
JWE Ciphertext ⓘ
JWE Encrypted Key ⓘ
JWE Header ⓘ
JWE Initialization Vector ⓘ
defines alg (algorithm) header parameter ⓘ
cty (content type) header parameter ⓘ
enc (encryption algorithm) header parameter ⓘ
kid (key ID) header parameter ⓘ
typ (type) header parameter ⓘ
doesNotProvide non-repudiation ⓘ
fullName JSON Web Encryption ⓘ
is URL-safe ⓘ
partOf JOSE (JavaScript Object Signing and Encryption) ⓘ
provides confidentiality ⓘ
integrity protection via AEAD algorithms ⓘ
publishedBy IETF ⓘ
purpose enable end-to-end encryption in web applications ⓘ
represent encrypted content ⓘ
relatedTo JWK (JSON Web Key) ⓘ
linked to: JSON Web Key

JWS (JSON Web Signature) ⓘ
linked to: JWS

JWT (JSON Web Token) ⓘ
serializationForm Compact JWE Serialization ⓘ
JSON JWE Serialization ⓘ
specifiedIn RFC 7516 ⓘ
status Proposed Standard (RFC 7516) ⓘ
supports asymmetric key encryption ⓘ
direct key agreement ⓘ
key agreement with key wrapping ⓘ
key wrapping ⓘ
password-based encryption ⓘ
symmetric key encryption ⓘ
usedIn JWT encryption ⓘ
OAuth 2.0 ⓘ
OpenID Connect ⓘ
usesFormat JSON ⓘ
JSON serialization ⓘ
compact serialization ⓘ

How these facts were elicited

Referenced by (7)

Full triples — surface form annotated when it differs from this entity's canonical label.

JSON Web Token → canBeEncryptedUsing → JWE ⓘ
subject linked to: JSON Web Tokens (JWT)
JSON Web Token → relatedStandard → JWE ⓘ
subject linked to: JSON Web Tokens (JWT)
JSON Web Encryption → component → JWE Header ⓘ
linked to: JWE
JSON Web Encryption → component → JWE Initialization Vector ⓘ
linked to: JWE
JWS → relatedTo → JWE ⓘ