Home
last modified time | relevance | path

Searched refs:encodeBase64Chunked (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java193 public static byte[] encodeBase64Chunked(byte[] binaryData) { in encodeBase64Chunked() method in Base64
/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java689 public static byte[] encodeBase64Chunked(byte[] binaryData) { in encodeBase64Chunked() method in Base64Codec
/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/apache-http/api/
Dcurrent.txt455 method @Deprecated public static byte[] encodeBase64Chunked(byte[]);