Searched defs:encodeBase64 (Results 1 – 7 of 7) 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
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
178 @Test public void encodeBase64() { in encodeBase64() method in ByteStringTest
481 public static String encodeBase64(byte[] buffer) in encodeBase64() method in XMPUtils
638 public static String encodeBase64(byte[] data) { in encodeBase64() method in TestUtils
636 public static String encodeBase64(byte[] data) { in encodeBase64() method in TestUtils
775 private static String encodeBase64(byte[] buf) { in encodeBase64() method in NanoWSD