All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ORG.opengroup.jar.Base64
public Base64()
public static byte[] ascToBin(byte[] asc) throws Invalid64Exception
public static byte[] binToAsc(byte[] bin)
ASCII characters used are A-Z, a-z, 0-9, /, and +. The '=' is used to pad the ascii to a multiple of 4 bytes.
All Packages Class Hierarchy This Package Previous Next Index