Home
last modified time | relevance | path

Searched defs:encodeBase64 (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java177 public static byte[] encodeBase64(byte[] binaryData) { in encodeBase64() method in Base64
232 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() method in Base64
/external/webkit/SunSpider/tests/
Dcrypto-aes.js292 function encodeBase64(str) { // http://tools.ietf.org/html/rfc4648 function