public class Base64Codec
extends java.lang.Object
org.apache.commons.codec.binary.Base64
implementation.
It is reproduced here because we don't want to require a new jar just to perform Base64 code/decoding.Modifier and Type | Method and Description |
---|---|
static byte[] |
decodeBase64(byte[] base64Data) |
static byte[] |
encodeBase64(byte[] binaryData) |
static boolean |
isArrayByteBase64(byte[] arrayOctect) |