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

tech.simter.jwt.Algorithm Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package tech.simter.jwt;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy