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

com.nimbusds.jose.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
/**
 * Javascript Object Signing and Encryption (JOSE) classes.
 *
 * 

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

    *
  • {@link com.nimbusds.jose.PlainObject Unsecured ({@code alg=none}) * JOSE objects}. *
  • {@link com.nimbusds.jose.JWSObject JSON Web Signature (JWS) * objects}. *
  • {@link com.nimbusds.jose.JWEObject JSON Web Encryption (JWE) * objects}. *
* *

References: * *

*/ package com.nimbusds.jose;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy