![JAR search and dependency download from the Maven repository](/logo.png)
com.rongjih.jwt.Algorithm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rj-jwt4j Show documentation
Show all versions of rj-jwt4j Show documentation
Pure Java implementation for JSON Web Token (JWT)
The newest version!
package com.rongjih.jwt;
/**
* @author RJ
* @since JDK1.8
*/
public enum Algorithm {
NONE,
HS256
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy