Home
last modified time | relevance | path

Searched defs:encodeBase64 (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DBase64.h23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/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/okio/okio/src/commonMain/kotlin/okio/
DBase64.kt116 internal fun ByteArray.encodeBase64(map: ByteArray = BASE64): String { in encodeBase64() method
/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/okio/okio/src/commonTest/kotlin/okio/
DByteStringTest.kt271 @Test fun encodeBase64() { in encodeBase64() method in okio.ByteStringTest
/external/conscrypt/testing/src/main/java/org/conscrypt/
DTestUtils.java765 public static String encodeBase64(byte[] data) { in encodeBase64() method in TestUtils
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
DTestUtils.java773 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