| Interface and Description |
|---|
| io.jsonwebtoken.impl.TextCodec |
| io.jsonwebtoken.impl.TextCodecFactory
since 0.10.0
|
| 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.compression.CompressionCodecs
use
CompressionCodecs instead. |
| io.jsonwebtoken.impl.DefaultTextCodecFactory
since 0.10.0
|
| io.jsonwebtoken.impl.lang.LegacyServices
use
Services directly |
| 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 |
| io.jsonwebtoken.impl.compression.CompressionCodecs.DEFLATE
use
CompressionCodecs.DEFLATE instead. |
| io.jsonwebtoken.impl.compression.CompressionCodecs.GZIP
use
CompressionCodecs.GZIP instead. |
| Constructor and Description |
|---|
| io.jsonwebtoken.impl.DefaultJwtParser()
for backward compatibility only, see other constructors.
|
| io.jsonwebtoken.impl.crypto.DefaultJwtSignatureValidator(SignatureAlgorithm, Key) |
| io.jsonwebtoken.impl.crypto.DefaultJwtSignatureValidator(SignatureValidatorFactory, SignatureAlgorithm, Key) |
| io.jsonwebtoken.impl.crypto.DefaultJwtSigner(SignatureAlgorithm, Key) |
| io.jsonwebtoken.impl.crypto.DefaultJwtSigner(SignerFactory, SignatureAlgorithm, Key) |
Copyright © 2014–2022 jsonwebtoken.io. All rights reserved.