| Package | Description |
|---|---|
| com.nimbusds.jwt |
JSON Web Token (JWT) classes.
|
| com.nimbusds.jwt.proc |
Secure and robust framework for application-specific processing of JSON Web
Tokens (JWTs).
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptedJWT |
EncryptedJWT.parse(String s)
Parses an encrypted JSON Web Token (JWT) from the specified string in
compact format.
|
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyJWTClaimsSet |
DefaultJWTProcessor.process(EncryptedJWT encryptedJWT,
C context) |
T |
JWTProcessor.process(EncryptedJWT encryptedJWT,
C context)
Processes the specified encrypted JWT by decrypting it.
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.