public class BASE64MailboxDecoder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static char[] |
pem_array
This character array provides the character to value map
based on RFC1521, but with the modification from RFC2060
which changes the '/' to a ','.
|
private static byte[] |
pem_convert_array |
Constructor and Description |
---|
BASE64MailboxDecoder() |
Modifier and Type | Method and Description |
---|---|
protected static int |
base64decode(char[] buffer,
int offset,
java.text.CharacterIterator iter) |
static java.lang.String |
decode(java.lang.String original) |