public class Base64Converter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static char[] |
alphabet |
Constructor and Description |
---|
Base64Converter() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
encode(byte[] octetString) |