package o; import java.security.cert.CertPathParameters; import java.security.cert.CertSelector; import java.security.cert.PKIXParameters; import java.security.cert.TrustAnchor; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import o.C15425gqD; /* renamed from: o.gqz, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C15457gqz implements CertPathParameters { public final Date a; public final PKIXParameters b; public final Map c; public final List d; public final List e; public final boolean f; public final C15425gqD g; public final boolean h; public final Set i; public final Map j; public final int l; @Override // java.security.cert.CertPathParameters public final Object clone() { return this; } public /* synthetic */ C15457gqz(LWm lWm, byte b) { this(lWm); } /* renamed from: o.gqz$LWm */ /* loaded from: classes6.dex */ public static class LWm { public List a; Map b; final Date c; public List d; final PKIXParameters e; public C15425gqD f; public Set g; public boolean h; public boolean i; Map j; /* renamed from: o, reason: collision with root package name */ public int f9150o; public LWm(PKIXParameters pKIXParameters) { this.d = new ArrayList(); this.j = new HashMap(); this.a = new ArrayList(); this.b = new HashMap(); this.f9150o = 0; this.i = false; this.e = (PKIXParameters) pKIXParameters.clone(); CertSelector targetCertConstraints = pKIXParameters.getTargetCertConstraints(); if (targetCertConstraints != null) { this.f = new C15425gqD(new C15425gqD.RVV(targetCertConstraints).a, (byte) 0); } Date date = pKIXParameters.getDate(); this.c = date == null ? new Date() : date; this.h = pKIXParameters.isRevocationEnabled(); this.g = pKIXParameters.getTrustAnchors(); } public LWm(C15457gqz c15457gqz) { this.d = new ArrayList(); this.j = new HashMap(); this.a = new ArrayList(); this.b = new HashMap(); this.f9150o = 0; this.i = false; this.e = c15457gqz.b; this.c = c15457gqz.a; this.f = c15457gqz.g; this.d = new ArrayList(c15457gqz.e); this.j = new HashMap(c15457gqz.j); this.a = new ArrayList(c15457gqz.d); this.b = new HashMap(c15457gqz.c); this.i = c15457gqz.h; this.f9150o = c15457gqz.l; this.h = c15457gqz.f; this.g = c15457gqz.i; } } private C15457gqz(LWm lWm) { this.b = lWm.e; this.a = lWm.c; this.e = Collections.unmodifiableList(lWm.d); this.j = Collections.unmodifiableMap(new HashMap(lWm.j)); this.d = Collections.unmodifiableList(lWm.a); this.c = Collections.unmodifiableMap(new HashMap(lWm.b)); this.g = lWm.f; this.f = lWm.h; this.h = lWm.i; this.l = lWm.f9150o; this.i = Collections.unmodifiableSet(lWm.g); } }