/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
D | Base64Codec.java | 641 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64Codec 642 return encodeBase64(binaryData, false); in encodeBase64() 654 return StringUtils.newStringUtf8(encodeBase64(binaryData, true)); in encodeBase64String() 667 return encodeBase64(binaryData, false, true); in encodeBase64URLSafe() 680 return StringUtils.newStringUtf8(encodeBase64(binaryData, false, true)); in encodeBase64URLSafeString() 691 return encodeBase64(binaryData, true); in encodeBase64Chunked() 766 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64Codec 767 return encodeBase64(binaryData, isChunked, false); in encodeBase64() 784 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { in encodeBase64() method in Base64Codec 785 return encodeBase64(binaryData, isChunked, urlSafe, Integer.MAX_VALUE); in encodeBase64() [all …]
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 182 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64 183 return encodeBase64(binaryData, false); in encodeBase64() 194 return encodeBase64(binaryData, true); in encodeBase64Chunked() 237 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64 526 return encodeBase64(pArray, false); in encode()
|
/external/apache-http/src/org/apache/commons/codec/net/ |
D | BCodec.java | 85 return Base64.encodeBase64(bytes); in doEncoding()
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | BasicScheme.java | 175 byte[] base64password = Base64.encodeBase64( in authenticate()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/ |
D | TriggerRepository.java | 167 return new String(Base64Codec.encodeBase64(outputStream.toByteArray())); in serializeTriggersToString()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPUtils.java | 481 public static String encodeBase64(byte[] buffer) in encodeBase64() method in XMPUtils
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | commons-codec-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | RELEASE-NOTES.txt | 36 o [CODEC-61] Base64.encodeBase64() throws NegativeArraySizeException on large files.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.commons.codec_1.3.0.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.security_1.0.200.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
D | NanoWSD.java | 775 private static String encodeBase64(byte[] buf) { in encodeBase64() method in NanoWSD 805 return encodeBase64(sha1hash); in makeAcceptKey()
|
/external/apache-http/android/src/android/net/http/ |
D | RequestHandle.java | 284 return new String(Base64.encodeBase64((username + ':' + password).getBytes())); in computeBasicAuthResponse()
|
/external/robolectric/v1/lib/main/ |
D | commons-codec-1.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/okhttp/okio/okio/src/test/java/okio/ |
D | ByteStringTest.java | 178 @Test public void encodeBase64() { in encodeBase64() method in ByteStringTest
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPNodeUtils.java | 426 strValue = XMPUtils.encodeBase64((byte[]) value); in serializeNodeValue()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 608 infoEle.put("bytes", Base64Codec.encodeBase64(ie.bytes).toString()); in buildJsonScanResult()
|
/external/guice/lib/build/ |
D | bnd-0.0.384.jar | META-INF/MANIFEST.MF
LICENSE
OSGI-OPT/
OSGI-OPT/bnd.bnd
... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |