com.nimbusds.jose.jwk.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)
/**
* JSON Web Key (JWK) classes.
*
* This package provides representation, serialisation and parsing of
* Elliptic Curve (EC), RSA and symmetric JWKs.
*
*
References:
*
*
* - RFC 7517 (JWK)
*
*/
package com.nimbusds.jose.jwk;