Searched refs:encodeBase64 (Results 1 - 22 of 22) sorted by relevance

/external/sl4a/Common/src/org/apache/commons/codec/binary/
H A DBase64Codec.java641 public static byte[] encodeBase64(byte[] binaryData) { method in class:Base64Codec
642 return encodeBase64(binaryData, false);
654 return StringUtils.newStringUtf8(encodeBase64(binaryData, true));
667 return encodeBase64(binaryData, false, true);
680 return StringUtils.newStringUtf8(encodeBase64(binaryData, false, true));
691 return encodeBase64(binaryData, true);
766 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { method in class:Base64Codec
767 return encodeBase64(binaryData, isChunked, false);
784 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { method in class:Base64Codec
785 return encodeBase64(binaryDat
804 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) { method in class:Base64Codec
[all...]
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java182 public static byte[] encodeBase64(byte[] binaryData) { method in class:Base64
183 return encodeBase64(binaryData, false);
194 return encodeBase64(binaryData, true);
237 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { method in class:Base64
526 return encodeBase64(pArray, false);
/external/apache-http/src/org/apache/commons/codec/net/
H A DBCodec.java85 return Base64.encodeBase64(bytes);
/external/apache-http/src/org/apache/http/impl/auth/
H A DBasicScheme.java175 byte[] base64password = Base64.encodeBase64(
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
H A DTriggerRepository.java167 return new String(Base64Codec.encodeBase64(outputStream.toByteArray()));
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java481 public static String encodeBase64(byte[] buffer) method in class:XMPUtils
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/apache-http/android/src/android/net/http/
H A DRequestHandle.java284 return new String(Base64.encodeBase64((username + ':' + password).getBytes()));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/okhttp/okio/okio/src/test/java/okio/
H A DByteStringTest.java178 @Test public void encodeBase64() { method in class:ByteStringTest
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DNanoWSD.java775 private static String encodeBase64(byte[] buf) { method in class:NanoWSD
805 return encodeBase64(sha1hash);
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java426 strValue = XMPUtils.encodeBase64((byte[]) value);
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonBuilder.java608 infoEle.put("bytes", Base64Codec.encodeBase64(ie.bytes).toString());
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 550 milliseconds