Searched defs:decodeBase64 (Results 1 – 3 of 3) sorted by relevance
64 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
274 private static String decodeBase64(String string) { in decodeBase64() method in ImapConnection