| Interface | Description |
|---|---|
| io.jsonwebtoken.impl.TextCodec |
since 0.10.0. Use an
Encoder or Decoder
as needed. This class will be removed before 1.0.0 |
| io.jsonwebtoken.impl.TextCodecFactory |
since 0.10.0
|
| Class | Description |
|---|---|
| io.jsonwebtoken.impl.AbstractTextCodec |
since 0.10.0 - will be removed before 1.0.0. Use
Encoder orr Decoder instead. |
| 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.compression.CompressionCodecs |
use
CompressionCodecs instead. |
| io.jsonwebtoken.impl.DefaultTextCodecFactory |
since 0.10.0
|
| Field | Description |
|---|---|
| io.jsonwebtoken.impl.compression.CompressionCodecs.DEFLATE |
use
CompressionCodecs.DEFLATE instead. |
| io.jsonwebtoken.impl.compression.CompressionCodecs.GZIP |
use
CompressionCodecs.GZIP instead. |
| 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 |
| Constructor | Description |
|---|---|
| io.jsonwebtoken.impl.crypto.DefaultJwtSignatureValidator(SignatureAlgorithm, Key) | |
| io.jsonwebtoken.impl.crypto.DefaultJwtSigner(SignatureAlgorithm, Key) |
Copyright © 2019. All rights reserved.