| 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 JWEObject |
JWEObject.parse(String s)
Parses a JWE object from the specified string in compact form.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JOSEObjectHandlerAdapter.onJWEObject(JWEObject jweObject) |
T |
JOSEObjectHandler.onJWEObject(JWEObject jweObject)
Invoked when the parsed JOSE object is a JWE object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedJWT
Encrypted JSON Web Token (JWT).
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.