| Package | Description |
|---|---|
| io.jsonwebtoken |
| Modifier and Type | Class and Description |
|---|---|
class |
MalformedJwtException
Exception indicating that a JWT was not correctly constructed and should be rejected.
|
class |
SignatureException
Exception indicating that either calculating a signature or verifying an existing signature of a JWT failed.
|
class |
UnsupportedJwtException
Exception thrown when receiving a JWT in a particular format/configuration that does not match the format expected
by the application.
|
Copyright © 2014. All rights reserved.