public class Base64 extends Object
| Constructor and Description | 
|---|
| Base64() | 
| Modifier and Type | Method and Description | 
|---|---|
| static byte[] | base64ToByteArray(String s) | 
| static String | byteArrayToBase64(byte[] a) | 
| static String | byteArrayToBase64(byte[] a,
                 int offset,
                 int len) | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.