| Interface and Description |
|---|
| io.jsonwebtoken.impl.TextCodec |
| Class and Description |
|---|
| io.jsonwebtoken.impl.AbstractTextCodec |
| io.jsonwebtoken.impl.AndroidBase64Codec
since 0.10.0 - will be removed before 1.0.0. Use
io.jsonwebtoken.io.Encoders#BASE64
or io.jsonwebtoken.io.Decoders#BASE64 instead. |
| io.jsonwebtoken.impl.Base64Codec
since 0.10.0 - will be removed before 1.0.0. Use
io.jsonwebtoken.io.Encoders#BASE64
or io.jsonwebtoken.io.Decoders#BASE64 |
| io.jsonwebtoken.impl.Base64UrlCodec
since 0.10.0 - will be removed before 1.0.0. Use
Encoder.BASE64URL
or Decoder.BASE64URL instead. |
| io.jsonwebtoken.impl.io.DelegateStringDecoder |
| Field and Description |
|---|
| io.jsonwebtoken.impl.TextCodec.BASE64
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 |
| io.jsonwebtoken.impl.TextCodec.BASE64URL
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.