| 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 PlainObject |
PlainObject.parse(String s)
Parses a plaintext JOSE object from the specified string in compact
format.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JOSEObjectHandlerAdapter.onPlainObject(PlainObject plainObject) |
T |
JOSEObjectHandler.onPlainObject(PlainObject plainObject)
Invoked when the parsed JOSE object is plain (unsecured).
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlainJWT
Plain JSON Web Token (JWT).
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.