Searched defs:encodeBase64 (Results 1 – 10 of 10) sorted by relevance
640 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64Codec765 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64Codec783 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { in encodeBase64() method in Base64Codec803 …public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxRe… in encodeBase64() method in Base64Codec
23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
182 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64237 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64
116 internal fun ByteArray.encodeBase64(map: ByteArray = BASE64): String { in encodeBase64() method
178 @Test public void encodeBase64() { in encodeBase64() method in ByteStringTest
481 public static String encodeBase64(byte[] buffer) in encodeBase64() method in XMPUtils
271 @Test fun encodeBase64() { in encodeBase64() method in okio.ByteStringTest
765 public static String encodeBase64(byte[] data) { in encodeBase64() method in TestUtils
773 public static String encodeBase64(byte[] data) { in encodeBase64() method in TestUtils
775 private static String encodeBase64(byte[] buf) { in encodeBase64() method in NanoWSD