package ma;

import com.google.crypto.tink.proto.OutputPrefixType;

/* JADX INFO: loaded from: classes2.dex */
public final class i extends da.l {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f30526a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final OutputPrefixType f30527b;

    public i(String str, OutputPrefixType outputPrefixType) {
        this.f30526a = str;
        this.f30527b = outputPrefixType;
    }

    @Override // da.l
    public final boolean a() {
        return this.f30527b != OutputPrefixType.RAW;
    }

    public final String toString() {
        Object[] objArr = new Object[2];
        objArr[0] = this.f30526a;
        int iOrdinal = this.f30527b.ordinal();
        objArr[1] = iOrdinal != 1 ? iOrdinal != 2 ? iOrdinal != 3 ? iOrdinal != 4 ? "UNKNOWN" : "CRUNCHY" : "RAW" : "LEGACY" : "TINK";
        return String.format("(typeUrl=%s, outputPrefixType=%s)", objArr);
    }
}
