Package com.nimbusds.jwt

JSON Web Token (JWT) classes.

See:
          Description

Interface Summary
JWT JSON Web Token (JWT) interface.
ReadOnlyJWTClaimsSet Read-only view of a JWTClaimsSet.
 

Class Summary
EncryptedJWT Encrypted JSON Web Token (JWT).
JWTClaimsSet JSON Web Token (JWT) claims set.
JWTParser Parser for plain, signed and encrypted JSON Web Tokens (JWTs).
PlainJWT Plain JSON Web Token (JWT).
SignedJWT Signed JSON Web Token (JWT).
 

Package com.nimbusds.jwt Description

JSON Web Token (JWT) classes.

This package provides representation, compact serialisation and parsing for the following JWT objects:

References:

Version:
$version$ ($version-date$)
Author:
Vladimir Dzhuvinov


Copyright © 2013 NimbusDS. All Rights Reserved.