com.nimbusds.jose.proc.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)
/**
* Secure framework for application-specific verification and decryption of
* JOSE objects (with arbitrary payloads). Provides a core
* {@link com.nimbusds.jose.proc.JOSEProcessor interface} for processing JWS,
* JWE and unsecured (plain) objects, with a
* {@link com.nimbusds.jose.proc.DefaultJOSEProcessor default implementation}
* which can be configured and extended as required.
*
* To process JSON Web Tokens (JWT) refer to the
* {@link com.nimbusds.jwt.proc} package.
*/
package com.nimbusds.jose.proc;