Searched refs:stringUtilsBase64Decode (Results 1 – 1 of 1) sorted by relevance
42 return stringUtilsBase64Decode(data); in base64Decode()46 private static native byte[] stringUtilsBase64Decode(byte[] data_to_decode); in stringUtilsBase64Decode() method in StringUtils