package q2; import java.util.Arrays; /* loaded from: classes.dex */ public final class h { /* renamed from: a, reason: collision with root package name */ private final o2.b f13433a; /* renamed from: b, reason: collision with root package name */ private final byte[] f13434b; public h(o2.b bVar, byte[] bArr) { if (bVar == null) { throw new NullPointerException("encoding is null"); } if (bArr == null) { throw new NullPointerException("bytes is null"); } this.f13433a = bVar; this.f13434b = bArr; } public byte[] a() { return this.f13434b; } public o2.b b() { return this.f13433a; } public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof h)) { return false; } h hVar = (h) obj; if (this.f13433a.equals(hVar.f13433a)) { return Arrays.equals(this.f13434b, hVar.f13434b); } return false; } public int hashCode() { return ((this.f13433a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f13434b); } public String toString() { return "EncodedPayload{encoding=" + this.f13433a + ", bytes=[...]}"; } }