Package | Description |
---|---|
com.nimbusds.jwt |
JSON Web Token (JWT) classes.
|
com.nimbusds.jwt.proc |
Secure framework for application-specific processing of JSON Web Tokens
(JWTs).
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedJWT
Encrypted JSON Web Token (JWT).
|
class |
PlainJWT
Unsecured (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 an unsecured (plain), signed or encrypted JSON Web Token
(JWT) from the specified string in compact format.
|
Modifier and Type | Method and Description |
---|---|
JWTClaimsSet |
DefaultJWTProcessor.process(JWT jwt,
C context) |
JWTClaimsSet |
JWTProcessor.process(JWT jwt,
C context)
Processes the specified JWT (unsecured, signed or encrypted).
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.