| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String s)
Decodes the given Base64-encoded string.
|
static String |
encode(byte[] in)
Encodes the given byte array into a Base64-encoded string.
|
public static byte[] decode(String s)
s - the Base64-encoded stringpublic static String encode(byte[] in)
in - the byte arrayCopyright © 2010 - 2020 Adobe. All Rights Reserved