com.nimbusds.jose.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nimbus-jose-jwt Show documentation
Show all versions of nimbus-jose-jwt Show documentation
Java library for Javascript Object Signing and Encryption (JOSE) and
JSON Web Tokens (JWT)
/**
* 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:
*
*
* - RFC 7515 (JWS)
*
- RFC 7516 (JWE)
*
*/
package com.nimbusds.jose;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy