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

/external/sl4a/Common/src/org/apache/commons/codec/binary/
H A DBase64Codec.java640 public static byte[] encodeBase64(byte[] binaryData) { method in class:Base64Codec
641 return encodeBase64(binaryData, false);
653 return StringUtils.newStringUtf8(encodeBase64(binaryData, true));
666 return encodeBase64(binaryData, false, true);
679 return StringUtils.newStringUtf8(encodeBase64(binaryData, false, true));
690 return encodeBase64(binaryData, true);
765 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { method in class:Base64Codec
766 return encodeBase64(binaryData, isChunked, false);
783 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { method in class:Base64Codec
784 return encodeBase64(binaryDat
803 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.java165 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/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/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 439 milliseconds