
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)
/**
* 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 Plaintext (unprotected) JOSE
* objects}.
*
- {@link com.nimbusds.jose.JWSObject JSON Web Signature (JWS)
* objects}.
*
- {@link com.nimbusds.jose.JWEObject JSON Web Encryption (JWE)
* objects}.
*
- {@link com.nimbusds.jose.JWK JSON Web Key (JWK) objects}.
*
*
* References:
*
*
* - http://tools.ietf.org/wg/jose/
*
*
* @author Vladimir Dzhuvinov
* @version $version$ ($version-date$)
*/
package com.nimbusds.jose;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy