| Package | Description |
|---|---|
| com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
| com.nimbusds.jwt |
JSON Web Token (JWT) classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JWEObject
JSON Web Encryption (JWE) object.
|
class |
JWSObject
JSON Web Signature (JWS) object.
|
class |
PlainObject
Plaintext (unsecured) JOSE object.
|
| Modifier and Type | Method and Description |
|---|---|
static JOSEObject |
JOSEObject.parse(java.lang.String s)
Parses a JOSE object from the specified string in compact format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedJWT
Encrypted JSON Web Token (JWT).
|
class |
PlainJWT
Plain JSON Web Token (JWT).
|
class |
SignedJWT
Signed JSON Web Token (JWT).
|
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.