You can use the exact same APIs to verify a JWT or an Encrypted JWT (JWE) that I answered previously in:
If it’s an encrypted JWE Token the JwtAuthProvider validates the token with the configured Private Key, note the Public Key is not enough as the payload needs to be decrypted with the Private Key.