Base64 instead@Deprecated public final class Base64 extends Object
| Constructor and Description |
|---|
Base64()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String encoded)
Deprecated.
Decodes Base64 data into octects
|
static String |
encode(byte[] binaryData)
Deprecated.
Encodes hex octects into Base64
|
@Nullable public static String encode(byte[] binaryData)
binaryData - Array containing binaryDatanull if the input is null@CheckForNull public static byte[] decode(String encoded)
encoded - string containing Base64 datanull if the data cannot be decoded.Copyright © 2004–2020. All rights reserved.