Searched refs:decodeBase64 (Results 1 – 2 of 2) sorted by relevance
64 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
915 partData = Base64.decodeBase64(partData); in parseParts()