Uses of Class
io.fusionauth.jwt.hmac.HMACVerifier
Packages that use HMACVerifier
-
Uses of HMACVerifier in io.fusionauth.jwt.hmac
Methods in io.fusionauth.jwt.hmac that return HMACVerifierModifier and TypeMethodDescriptionstatic HMACVerifierHMACVerifier.newVerifier(byte[] bytes) Return a new instance of the HMAC Verifier with the provided secret.static HMACVerifierHMACVerifier.newVerifier(byte[] bytes, CryptoProvider cryptoProvider) Return a new instance of the HMAC Verifier with the provided secret.static HMACVerifierHMACVerifier.newVerifier(String secret) Return a new instance of the HMAC Verifier with the provided secret.static HMACVerifierHMACVerifier.newVerifier(String secret, CryptoProvider cryptoProvider) Return a new instance of the HMAC Verifier with the provided secret.static HMACVerifierHMACVerifier.newVerifier(Path path) Return a new instance of the HMAC Verifier with the provided secret.static HMACVerifierHMACVerifier.newVerifier(Path path, CryptoProvider cryptoProvider) Return a new instance of the HMAC Verifier with the provided secret.