public class Base64
extends java.lang.Object
Purpose: Convert to/from XML base64Binary.
Constructor and Description |
---|
Base64()
Base64 constructor comment.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
base64Decode(byte[] data)
This method decodes the given byte[] using the base64-encoding
specified in RFC-2045 (Section 6.8).
|
static byte[] |
base64Encode(byte[] data)
This method encodes the given byte[] using the base64-encoding
specified in RFC-2045 (Section 6.8).
|
public static final byte[] base64Decode(byte[] data)
data
- the base64-encoded data.public static final byte[] base64Encode(byte[] data)
data
- the dataEclipseLink 2.4.2, "build v20130514-5956486" API Reference