Searched refs:base64Alphabet (Results 1 – 10 of 10) sorted by relevance
102 private static byte[] base64Alphabet = new byte[BASELENGTH]; field in Base64108 base64Alphabet[i] = (byte) -1;111 base64Alphabet[i] = (byte) (i - 'A');114 base64Alphabet[i] = (byte) (i - 'a' + 26);117 base64Alphabet[i] = (byte) (i - '0' + 52);120 base64Alphabet['+'] = 62;121 base64Alphabet['/'] = 63;142 } else if (base64Alphabet[octect] == -1) { in isBase64()411 b1 = base64Alphabet[base64Data[dataIndex]]; in decodeBase64()412 b2 = base64Alphabet[base64Data[dataIndex + 1]]; in decodeBase64()[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
META-INF/MANIFEST.MF META-INF/ META-INF/jersey-module- ...
META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...