| Package | Description |
|---|---|
| io.jsonwebtoken.impl |
| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.