Home
last modified time | relevance | path

Searched defs:encodeBase64 (Results 1 – 7 of 7) sorted by relevance

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java640 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64Codec
765 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64Codec
783 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { in encodeBase64() method in Base64Codec
803 …public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxRe… in encodeBase64() method in Base64Codec
/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java182 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64
237 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64
/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/
DXMPUtils.java481 public static String encodeBase64(byte[] buffer) in encodeBase64() method in XMPUtils
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
DTestUtils.java638 public static String encodeBase64(byte[] data) { in encodeBase64() method in TestUtils
/external/conscrypt/testing/src/main/java/org/conscrypt/
DTestUtils.java636 public static String encodeBase64(byte[] data) { in encodeBase64() method in TestUtils
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DNanoWSD.java775 private static String encodeBase64(byte[] buf) { in encodeBase64() method in NanoWSD