| Package | Description |
|---|---|
| io.jsonwebtoken.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextCodec
|
class |
AndroidBase64Codec
Deprecated.
since 0.10.0 - will be removed before 1.0.0. Use
io.jsonwebtoken.io.Encoders#BASE64
or io.jsonwebtoken.io.Decoders#BASE64 instead. |
class |
Base64Codec
Deprecated.
since 0.10.0 - will be removed before 1.0.0. Use
io.jsonwebtoken.io.Encoders#BASE64
or io.jsonwebtoken.io.Decoders#BASE64 |
class |
Base64UrlCodec
Deprecated.
since 0.10.0 - will be removed before 1.0.0. Use
Encoder.BASE64URL
or Decoder.BASE64URL instead. |
| Modifier and Type | Field and Description |
|---|---|
static TextCodec |
TextCodec.BASE64
Deprecated.
since 0.10.0. Use
io.jsonwebtoken.io.Encoders#BASE64 or
io.jsonwebtoken.io.Decoders#BASE64 instead. This class will be removed before 1.0.0 |
static TextCodec |
TextCodec.BASE64URL
Deprecated.
since 0.10.0. Use
io.jsonwebtoken.io.Encoders#BASE64URL or
io.jsonwebtoken.io.Decoders#BASE64URL instead. This class will be removed before 1.0.0 |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.