52 lines
1.3 KiB
Java
52 lines
1.3 KiB
Java
package o;
|
|
|
|
import java.security.cert.CertPathParameters;
|
|
import java.security.cert.PKIXBuilderParameters;
|
|
import java.security.cert.X509Certificate;
|
|
import java.util.Collections;
|
|
import java.util.HashSet;
|
|
import java.util.Set;
|
|
import o.C15457gqz;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public class gqA implements CertPathParameters {
|
|
public final Set<X509Certificate> a;
|
|
public final int c;
|
|
public final C15457gqz e;
|
|
|
|
@Override // java.security.cert.CertPathParameters
|
|
public Object clone() {
|
|
return this;
|
|
}
|
|
|
|
public /* synthetic */ gqA(LWm lWm, byte b) {
|
|
this(lWm);
|
|
}
|
|
|
|
/* loaded from: classes6.dex */
|
|
public static class LWm {
|
|
public int a;
|
|
final C15457gqz b;
|
|
public Set<X509Certificate> d;
|
|
|
|
public LWm(PKIXBuilderParameters pKIXBuilderParameters) {
|
|
this.a = 5;
|
|
this.d = new HashSet();
|
|
this.b = new C15457gqz(new C15457gqz.LWm(pKIXBuilderParameters), (byte) 0);
|
|
this.a = pKIXBuilderParameters.getMaxPathLength();
|
|
}
|
|
|
|
public LWm(C15457gqz c15457gqz) {
|
|
this.a = 5;
|
|
this.d = new HashSet();
|
|
this.b = c15457gqz;
|
|
}
|
|
}
|
|
|
|
private gqA(LWm lWm) {
|
|
this.e = lWm.b;
|
|
this.a = Collections.unmodifiableSet(lWm.d);
|
|
this.c = lWm.a;
|
|
}
|
|
}
|