@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 |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(java.lang.String encoded)
Deprecated.
|
java.lang.String |
decodeToString(java.lang.String encoded)
Deprecated.
|
java.lang.String |
encode(byte[] data)
Deprecated.
|
java.lang.String |
encode(java.lang.String data)
Deprecated.
|
@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-2022 jsonwebtoken.io. All Rights Reserved.