public final class Base64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] base64Data)
Decodes Base64 data into octects
|
static byte[] |
encode(byte[] binaryData)
Encodes hex octects into Base64
|
public static byte[] encode(byte[] binaryData)
binaryData - Array containing binaryDatapublic static byte[] decode(byte[] base64Data)
base64Data - byte array containing Base64 dataCopyright 2015- Charles R. Severance and licensed CC-BY Attribution 4.0