| Package | Description |
|---|---|
| io.jsonwebtoken | |
| io.jsonwebtoken.io | |
| io.jsonwebtoken.security |
| Class and Description |
|---|
| CompressionAlgorithm
Compresses and decompresses byte streams.
|
| Decoder
A decoder converts an already-encoded data value to a desired data type.
|
| Deserializer
A
Deserializer is able to convert serialized byte streams into Java objects. |
| Encoder
An encoder converts data of one type into another formatted data value.
|
| IOException
JJWT's base exception for problems during data input or output operations, such as serialization,
deserialization, marshalling, unmarshalling, etc.
|
| Parser
A Parser converts a character stream into a Java object.
|
| Serializer
A
Serializer is able to convert a Java object into a formatted byte stream. |
| Class and Description |
|---|
| CodecException
An exception thrown when encountering a problem during encoding or decoding.
|
| Decoder
A decoder converts an already-encoded data value to a desired data type.
|
| DecodingException
An exception thrown when encountering a problem during decoding.
|
| DeserializationException
Exception thrown when reconstituting a serialized byte array into a Java object.
|
| Deserializer
A
Deserializer is able to convert serialized byte streams into Java objects. |
| Encoder
An encoder converts data of one type into another formatted data value.
|
| EncodingException
An exception thrown when encountering a problem during encoding.
|
| IOException
JJWT's base exception for problems during data input or output operations, such as serialization,
deserialization, marshalling, unmarshalling, etc.
|
| ParserBuilder
A
ParserBuilder configures and creates new Parser instances. |
| SerialException
An exception thrown during serialization or deserialization.
|
| SerializationException
Exception thrown when converting a Java object to a formatted byte array.
|
| Serializer
A
Serializer is able to convert a Java object into a formatted byte stream. |
| Class and Description |
|---|
| ParserBuilder
A
ParserBuilder configures and creates new Parser instances. |
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.