| Interface | Description |
|---|---|
| JWT |
JSON Web Token (JWT) interface.
|
| JWTClaimsSetTransformer<T> |
Generic JWT claims set type transformer.
|
| Class | Description |
|---|---|
| EncryptedJWT |
Encrypted JSON Web Token (JWT).
|
| JWTClaimsSet |
JSON Web Token (JWT) claims set.
|
| JWTClaimsSet.Builder |
Builder for constructing JSON Web Token (JWT) claims sets.
|
| JWTParser |
Parser for unsecured (plain), signed and encrypted JSON Web Tokens (JWTs).
|
| PlainJWT |
Unsecured (plain) JSON Web Token (JWT).
|
| SignedJWT |
Signed JSON Web Token (JWT).
|
This package provides representation, compact serialisation and parsing for the following JWT objects:
References:
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.