Package | Description |
---|---|
com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
com.nimbusds.jwt |
JSON Web Token (JWT) classes.
|
Modifier and Type | Method and Description |
---|---|
static JWEHeader |
JWEHeader.parse(Base64URL base64URL)
Parses a JWE header from the specified Base64URL.
|
static JWEHeader |
JWEHeader.parse(net.minidev.json.JSONObject json)
Parses a JWE header from the specified JSON object.
|
static JWEHeader |
JWEHeader.parse(String s)
Parses a JWE header from the specified JSON object string.
|
Constructor and Description |
---|
JWEObject(JWEHeader header,
Payload payload)
Creates a new to-be-encrypted JSON Web Encryption (JWE) object with
the specified header and payload.
|
Constructor and Description |
---|
EncryptedJWT(JWEHeader header,
ReadOnlyJWTClaimsSet claimsSet)
Creates a new to-be-encrypted JSON Web Token (JWT) with the specified
header and claims set.
|
Copyright © 2013 NimbusDS. All Rights Reserved.