public final class Base64 extends Object
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and 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 © 2005–2017 Oracle Corporation. All rights reserved.