Lines Matching refs:Base64
10 such as Base64 and Hexadecimal. In addition to these widely used encoders and
25 o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
26 o [CODEC-59] Add methods to Base64 which work with String instead of byte[]
30 o [CODEC-77] Base64 bug with empty input (new byte[0]).
32 o [CODEC-71] Base64.isArrayByteBase64() method is inefficient for large byte arrays.
36 o [CODEC-61] Base64.encodeBase64() throws NegativeArraySizeException on large files.
37 o [CODEC-58] Character set used by Base64 not documented.
42 o [CODEC-22] Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets
43 o [CODEC-78] Base64: Improve Code Coverage
44 o [CODEC-81] Base64's new constructor parameters ignored
51 o [CODEC-75] Make Base64 URL-safe
53 o [CODEC-40] Add crypto-compatible BigInteger encoding support to Base64.