package o; /* loaded from: classes.dex */ public final class bLG { private static C16615pje a; private static C16615pje b; private static C16615pje c; private static C16615pje e; static { C16615pje c16615pje = new C16615pje("MIME", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", true, '=', 76); e = c16615pje; b = new C16615pje(c16615pje, "MIME-NO-LINEFEEDS"); c = new C16615pje(c16615pje, "PEM", true, '=', 64); StringBuilder sb = new StringBuilder("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"); sb.setCharAt(sb.indexOf("+"), '-'); sb.setCharAt(sb.indexOf("/"), '_'); a = new C16615pje("MODIFIED-FOR-URL", sb.toString(), false, (char) 0, Integer.MAX_VALUE); } public static C16615pje d(String str) throws IllegalArgumentException { String obj; C16615pje c16615pje = e; if (c16615pje.e.equals(str)) { return c16615pje; } C16615pje c16615pje2 = b; if (c16615pje2.e.equals(str)) { return c16615pje2; } C16615pje c16615pje3 = c; if (c16615pje3.e.equals(str)) { return c16615pje3; } C16615pje c16615pje4 = a; if (c16615pje4.e.equals(str)) { return c16615pje4; } if (str == null) { obj = ""; } else { StringBuilder sb = new StringBuilder("'"); sb.append(str); sb.append("'"); obj = sb.toString(); } throw new IllegalArgumentException("No Base64Variant with name ".concat(String.valueOf(obj))); } public static C16615pje c() { return b; } }