| 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 JWSObject |
JWSObject.parse(String s)
Parses a JWS object from the specified string in compact format.
|
JWSObject |
Payload.toJWSObject()
Returns a JWS object view of this payload.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JOSEObjectHandlerAdapter.onJWSObject(JWSObject jwsObject) |
T |
JOSEObjectHandler.onJWSObject(JWSObject jwsObject)
Invoked when the the parsed JOSE object is a JWS object.
|
| Constructor and Description |
|---|
Payload(JWSObject jwsObject)
Creates a new payload from the specified JWS object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SignedJWT
Signed JSON Web Token (JWT).
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.