| Class | Description |
|---|---|
| AbstractParser<T> | |
| AbstractParserBuilder<T,B extends ParserBuilder<T,B>> | |
| Base64InputStream |
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
|
| Base64UrlStreamEncoder | |
| ByteBase64UrlStreamEncoder | |
| BytesInputStream |
Allows read access to the internal byte array, avoiding the need copy/extract to a
ByteArrayOutputStream. |
| CharSequenceReader |
Reader implementation that can read from String, StringBuffer, StringBuilder or CharBuffer. |
| ClosedInputStream | |
| Codec | |
| ConvertingParser<T> | |
| CountingInputStream | |
| DecodingInputStream | |
| DelegateStringDecoder | Deprecated |
| EncodingOutputStream | |
| FilteredInputStream |
A filter stream that delegates its calls to an internal delegate stream without changing behavior, but also providing
pre/post/error handling hooks.
|
| FilteredOutputStream |
A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
|
| JsonObjectDeserializer |
Function that wraps a
Deserializer to add JWT-related error handling. |
| NamedSerializer | |
| StandardCompressionAlgorithms | |
| Streams | |
| TeeOutputStream | |
| UncloseableInputStream |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.