Searched defs:encodeBase64 (Results 1 – 2 of 2) 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
292 function encodeBase64(str) { // http://tools.ietf.org/html/rfc4648 function