| Modifier and Type | Method and Description | 
|---|---|
| static byte[] | base64ToByteArray(String s)Decodes a BASE64 string into a series of bytes. | 
| static String | byteArrayToBase64(byte[] a)Encodes a series of bytes into a BASE64 string. | 
Copyright © 2018 Arno Unkrig. All rights reserved.