Package | Description |
---|---|
com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
com.nimbusds.jose.proc |
Secure framework for application-specific verification and decryption of
JOSE objects (with arbitrary payloads).
|
com.nimbusds.jwt |
JSON Web Token (JWT) classes.
|
Modifier and Type | Method and Description |
---|---|
static PlainObject |
PlainObject.parse(String s)
Parses an unsecured JOSE object from the specified string in compact
format.
|
Modifier and Type | Method and Description |
---|---|
Payload |
JOSEProcessor.process(PlainObject plainObject,
C context)
Processes the specified unsecured (plain) JOSE object, typically by
checking its context.
|
Payload |
DefaultJOSEProcessor.process(PlainObject plainObject,
C context) |
Modifier and Type | Class and Description |
---|---|
class |
PlainJWT
Unsecured (plain) JSON Web Token (JWT).
|
Copyright © 2017 Connect2id Ltd.. All rights reserved.