Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Class and Description |
---|---|
class |
InvalidKeyException
A
KeyException thrown when encountering a key that is not suitable for the required functionality, or
when attempting to use a Key in an incorrect or prohibited manner. |
class |
MalformedKeyException
Exception thrown when encountering a key or key material that is incomplete or improperly configured or
formatted and cannot be used as expected.
|
class |
UnsupportedKeyException
Exception thrown when encountering a key or key material that is not supported or recognized.
|
class |
WeakKeyException
Exception thrown when encountering a key that is not strong enough (of sufficient length) to be used with
a particular algorithm or in a particular security context.
|
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.