Searched defs:encodeBase64 (Results 1 – 4 of 4) sorted by relevance
177 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64232 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64
481 public static String encodeBase64(byte[] buffer) in encodeBase64() method in XMPUtils
292 function encodeBase64(str) { // http://tools.ietf.org/html/rfc4648 function