2 repositorios
Specialized libraries for implementing JSON Web Token standards within the Java and Android ecosystems.
Distinct from Java Utility Libraries: Specific to the JWT domain within Java, rather than general Java utility libraries.
Explore 2 awesome GitHub repositories matching security & cryptography · Java JWT Libraries. Refine with filters or upvote what's useful.
This is a Java library and framework for creating, parsing, and validating JSON Web Tokens within Java and Android applications. It provides a comprehensive toolkit for handling signed and encrypted tokens, including the generation and verification of JWS and JWE objects. The project differentiates itself through a flexible architecture that supports pluggable JSON serialization and custom signature algorithms. It includes a dedicated key manager for generating, encoding, and organizing JSON Web Keys and key sets, as well as support for hardware security module integration. The library cover
Provides a comprehensive Java and Android library for creating, parsing, and validating JSON Web Tokens.
This is a Java library for creating and verifying JSON Web Tokens (JWTs), supporting multiple cryptographic signing algorithms including HMAC, RSA, and ECDSA. The library provides a builder pattern for constructing tokens with custom claims and algorithm selection, and offers separate verification methods that check signatures and validate standard claims such as expiration, issuer, and audience. The library abstracts cryptographic algorithms behind a common interface, allowing pluggable signing and verification without coupling token creation to a specific algorithm. Tokens are represented a
An implementation for creating and verifying JSON Web Tokens with support for multiple signing algorithms.