package y2;

import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class c extends t2.b {

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

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

    public c(int i, b bVar) {
        this.f10727b = i;
        this.f10728c = bVar;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof c)) {
            return false;
        }
        c cVar = (c) obj;
        return cVar.f10727b == this.f10727b && cVar.f10728c == this.f10728c;
    }

    public final int hashCode() {
        return Objects.hash(c.class, Integer.valueOf(this.f10727b), this.f10728c);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("AesSiv Parameters (variant: ");
        sb.append(this.f10728c);
        sb.append(", ");
        return s0.c.d(sb, this.f10727b, "-byte key)");
    }
}
