AbstractTextCodec, AndroidBase64Codec, Base64Codec, Base64UrlCodec@Deprecated public interface TextCodec
Encoder or Decoder
as needed. This class will be removed before 1.0.0| Modifier and Type | Field | Description |
|---|---|---|
static TextCodec |
BASE64 |
Deprecated.
since 0.10.0.
|
static TextCodec |
BASE64URL |
Deprecated.
since 0.10.0.
|
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
decode(String encoded) |
Deprecated.
|
String |
decodeToString(String encoded) |
Deprecated.
|
String |
encode(byte[] data) |
Deprecated.
|
String |
encode(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 © 2019. All rights reserved.