All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nimbusds.jwt.package-info Maven / Gradle / Ivy

Go to download

Java library for Javascript Object Signing and Encryption (JOSE) and JSON Web Tokens (JWT)

There is a newer version: 9.48
Show newest version
/**
 * JSON Web Token (JWT) classes.
 *
 * 

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

    *
  • {@link com.nimbusds.jwt.PlainJWT Unsecured (plain) JWTs}. *
  • {@link com.nimbusds.jwt.SignedJWT Signed JWTs}. *
  • {@link com.nimbusds.jwt.EncryptedJWT Encrypted JWTs}. *
* *

References: * *

    *
  • RFC 7519 (JWT) *
*/ package com.nimbusds.jwt;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy