| 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 | 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 |
|---|---|
JWTClaimsSet |
DefaultJWTProcessor.process(EncryptedJWT encryptedJWT,
C context) |
JWTClaimsSet |
JWTProcessor.process(EncryptedJWT encryptedJWT,
C context)
Processes the specified encrypted JWT by decrypting it.
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.