Home
last modified time | relevance | path

Searched refs:encodeBase64 (Results 1 – 23 of 23) sorted by relevance

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java641 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/
DBase64.java182 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/
DBCodec.java85 return Base64.encodeBase64(bytes); in doEncoding()
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java175 byte[] base64password = Base64.encodeBase64( in authenticate()
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
DTriggerRepository.java167 return new String(Base64Codec.encodeBase64(outputStream.toByteArray())); in serializeTriggersToString()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java481 public static String encodeBase64(byte[] buffer) in encodeBase64() method in XMPUtils
/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
DRELEASE-NOTES.txt36 o [CODEC-61] Base64.encodeBase64() throws NegativeArraySizeException on large files.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DNanoWSD.java775 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/
DRequestHandle.java284 return new String(Base64.encodeBase64((username + ':' + password).getBytes())); in computeBasicAuthResponse()
/external/robolectric/v1/lib/main/
Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/okhttp/okio/okio/src/test/java/okio/
DByteStringTest.java178 @Test public void encodeBase64() { in encodeBase64() method in ByteStringTest
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java426 strValue = XMPUtils.encodeBase64((byte[]) value); in serializeNodeValue()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java608 infoEle.put("bytes", Base64Codec.encodeBase64(ie.bytes).toString()); in buildJsonScanResult()
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...