Class NoSuchKeyIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.ext.auth.NoSuchKeyIdException
- All Implemented Interfaces:
Serializable
No such KeyId exception is thrown when a JWT with a well known "kid" does not find a matching "kid" in the crypto
list.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchKeyIdException
-
NoSuchKeyIdException
-
-
Method Details
-
id
Returns the missing key with the formatALGORITHM + '#' + KEY_ID.- Returns:
- the id of the missing key
-