Uses of Interface
io.fusionauth.jwt.Verifier
Packages that use Verifier
Package
Description
-
Uses of Verifier in io.fusionauth.jwt
Methods in io.fusionauth.jwt with parameters of type VerifierModifier and TypeMethodDescriptionDecode the JWT using one of they provided verifiers.Method parameters in io.fusionauth.jwt with type arguments of type VerifierModifier and TypeMethodDescriptionDecode the JWT using one of they provided verifiers.JWTDecoder.decode(String encodedJWT, java.util.function.Function<String, Verifier> verifierFunction, java.util.function.Function<Header, String> keyFunction) Decode the JWT using one of they provided verifiers.Decode the JWT using one of they provided verifiers.JWTDecoder.decode(String encodedJWT, Map<String, Verifier> verifiers, java.util.function.Function<Header, String> keyFunction) Decode the JWT using one of they provided verifiers. -
Uses of Verifier in io.fusionauth.jwt.ec
Classes in io.fusionauth.jwt.ec that implement Verifier -
Uses of Verifier in io.fusionauth.jwt.hmac
Classes in io.fusionauth.jwt.hmac that implement VerifierModifier and TypeClassDescriptionclassThis class is used to verify a JWT signed with an HMAC algorithm. -
Uses of Verifier in io.fusionauth.jwt.rsa
Classes in io.fusionauth.jwt.rsa that implement VerifierModifier and TypeClassDescriptionclassThis class is used to verify a JWT with an RSA PSA signature using an RSA Public Key.classThis class is used to verify a JWT with an RSA signature using an RSA Public Key.