public class VOMSBase64Decoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
decodemapbyte |
private static int[] |
decodemapint |
| Constructor and Description |
|---|
VOMSBase64Decoder() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(java.lang.String s) |
private static byte[] |
mydecode(java.lang.String s) |