public final class Base64 extends Object
| Constructor | Description |
|---|---|
Base64() |
| Modifier and Type | Method | Description |
|---|---|---|
static String |
base64Decode(String orig) |
|
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 byte[] decode(byte[] base64Data)
base64Data - Byte array containing Base64 dataCopyright © 2018 Oracle. All rights reserved.