![JAR search and dependency download from the Maven repository](/logo.png)
it.cosenonjaviste.security.jwt.utils.verifiers.VerifierStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tomcat-jwt-security Show documentation
Show all versions of tomcat-jwt-security Show documentation
JWT Tomcat Valve and utility classes for handling JWT tokens
The newest version!
package it.cosenonjaviste.security.jwt.utils.verifiers;
import com.auth0.jwt.algorithms.Algorithm;
import com.auth0.jwt.exceptions.SignatureVerificationException;
import com.auth0.jwt.interfaces.DecodedJWT;
interface VerifierStrategy {
Algorithm verify(DecodedJWT token) throws SignatureVerificationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy