public class Base64 extends Object
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String base64)
Decodes a BASE64 string.
|
static String |
encode(byte[] raw)
Encodes an array of bytes into a BASE64 string
|
public static byte[] decode(String base64)
base64
- Codified stringpublic static String encode(byte[] raw)
raw
- Array of bytesCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.