@Deprecated public interface TextCodec
| Modifier and Type | Field and Description |
|---|---|
static 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 |
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 |
@Deprecated static final TextCodec BASE64
io.jsonwebtoken.io.Encoders#BASE64 or
io.jsonwebtoken.io.Decoders#BASE64 instead. This class will be removed before 1.0.0@Deprecated static final TextCodec BASE64URL
io.jsonwebtoken.io.Encoders#BASE64URL or
io.jsonwebtoken.io.Decoders#BASE64URL instead. This class will be removed before 1.0.0Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.