Searched refs:Base64 (Results 1 - 2 of 2) sorted by relevance

/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/core/
H A DFileRenderSpecification.java104 return Base64.byteArrayToBase64(bos.toByteArray());
114 byte[] specBytes = Base64.base64ToByteArray(spec);
H A DBase64.java2 * @(#)Base64.java 1.5 03/12/19
11 * Static methods for translating Base64 encoded strings to byte arrays
19 public class Base64 { class
21 * Translates the specified byte array into a Base64 string as per
30 * Base64 string. This non-standard variant uses an alphabet that does
46 // Translate all full groups from byte array elements to Base64
80 * index values into their "Base64 Alphabet" equivalents as specified
93 * index values into their "Alternate Base64 Alphabet" equivalents.
94 * This is NOT the real Base64 Alphabet as per in Table 1 of RFC 2045.
107 * Translates the specified Base64 strin
[all...]

Completed in 2 milliseconds