package com.facetec.sdk; import okhttp3.internal.http2.Header; /* loaded from: classes.dex */ public final class ln { final int g; public final mt h; public final mt j; public static final mt d = mt.c(":"); public static final mt e = mt.c(Header.RESPONSE_STATUS_UTF8); public static final mt a = mt.c(Header.TARGET_METHOD_UTF8); public static final mt c = mt.c(Header.TARGET_PATH_UTF8); public static final mt b = mt.c(Header.TARGET_SCHEME_UTF8); public static final mt i = mt.c(Header.TARGET_AUTHORITY_UTF8); /* JADX INFO: Access modifiers changed from: package-private */ /* loaded from: classes.dex */ public interface d { } public ln(String str, String str2) { this(mt.c(str), mt.c(str2)); } public ln(mt mtVar, String str) { this(mtVar, mt.c(str)); } public ln(mt mtVar, mt mtVar2) { this.h = mtVar; this.j = mtVar2; this.g = mtVar.i() + 32 + mtVar2.i(); } public final boolean equals(Object obj) { if (!(obj instanceof ln)) { return false; } ln lnVar = (ln) obj; return this.h.equals(lnVar.h) && this.j.equals(lnVar.j); } public final int hashCode() { return ((this.h.hashCode() + 527) * 31) + this.j.hashCode(); } public final String toString() { return km.a("%s: %s", this.h.b(), this.j.b()); } }