Uses of Interface
com.nimbusds.jwt.JWT

Packages that use JWT
com.nimbusds.jwt JSON Web Token (JWT) classes. 
 

Uses of JWT in com.nimbusds.jwt
 

Classes in com.nimbusds.jwt that implement JWT
 class EncryptedJWT
          Encrypted JSON Web Token (JWT).
 class PlainJWT
          Plain JSON Web Token (JWT).
 class SignedJWT
          Signed JSON Web Token (JWT).
 

Methods in com.nimbusds.jwt that return JWT
static JWT JWTParser.parse(String s)
          Parses a plain, signed or encrypted JSON Web Token (JWT) from the specified string in compact format.
 



Copyright © 2013 NimbusDS. All Rights Reserved.