| Package | Description |
|---|---|
| com.nimbusds.jwt |
JSON Web Token (JWT) classes.
|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
static JWT |
JWTParser.parse(String s)
Parses a plain, signed or encrypted JSON Web Token (JWT) from the
specified string in compact format.
|
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.