| Package | Description |
|---|---|
| io.jsonwebtoken | |
| io.jsonwebtoken.io |
| Modifier and Type | Method and Description |
|---|---|
JwtParserBuilder |
JwtParserBuilder.b64Url(Decoder<InputStream,InputStream> base64UrlDecoder)
Perform Base64Url decoding during parsing with the specified
InputStream Decoder. |
JwtParserBuilder |
JwtParserBuilder.base64UrlDecodeWith(Decoder<CharSequence,byte[]> base64UrlDecoder)
Deprecated.
since 0.12.0 in favor of
JwtParserBuilder.b64Url(Decoder). This method will be removed
before the JJWT 1.0 release. |
| Modifier and Type | Field and Description |
|---|---|
static Decoder<CharSequence,byte[]> |
Decoders.BASE64
Very fast Base64 decoder guaranteed to
work in all >= Java 7 JDK and Android environments.
|
static Decoder<CharSequence,byte[]> |
Decoders.BASE64URL
Very fast Base64Url decoder guaranteed to
work in all >= Java 7 JDK and Android environments.
|
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.