All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rongjih.jwt.Algorithm Maven / Gradle / Ivy

The newest version!
package com.rongjih.jwt;

/**
 * @author RJ
 * @since JDK1.8
 */
public enum Algorithm {
	NONE,
	HS256
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy