| Package | Description |
|---|---|
| io.jsonwebtoken | |
| io.jsonwebtoken.io |
| Modifier and Type | Method and Description |
|---|---|
JwtParser |
JwtParser.base64UrlDecodeWith(Decoder<String,byte[]> base64UrlDecoder)
Deprecated.
see
JwtParserBuilder.base64UrlDecodeWith(Decoder).
To construct a JwtParser use the corresponding builder via Jwts.parserBuilder(). This will construct an
immutable JwtParser.
NOTE: this method will be removed before version 1.0 |
JwtParserBuilder |
JwtParserBuilder.base64UrlDecodeWith(Decoder<String,byte[]> base64UrlDecoder)
Perform Base64Url decoding with the specified Decoder
|
| Modifier and Type | Field and Description |
|---|---|
static Decoder<String,byte[]> |
Decoders.BASE64 |
static Decoder<String,byte[]> |
Decoders.BASE64URL |
Copyright © 2014–2020 jsonwebtoken.io. All rights reserved.