56 lines
1.7 KiB
Java
56 lines
1.7 KiB
Java
package o;
|
|
|
|
import java.util.Enumeration;
|
|
import org.spongycastle.asn1.ASN1Integer;
|
|
|
|
/* renamed from: o.gpv, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C15419gpv extends AbstractC15346gnv {
|
|
public gnD a;
|
|
private ASN1Integer c;
|
|
private gpP d;
|
|
|
|
public C15419gpv(AbstractC15317gnH abstractC15317gnH) {
|
|
this.a = null;
|
|
this.d = null;
|
|
this.c = null;
|
|
Enumeration b = abstractC15317gnH.b();
|
|
while (b.hasMoreElements()) {
|
|
AbstractC15321gnP d = C15355goI.d(b.nextElement());
|
|
int i = d.e;
|
|
if (i == 0) {
|
|
this.a = gnD.b(d);
|
|
} else if (i == 1) {
|
|
AbstractC15317gnH b2 = AbstractC15317gnH.b(d, false);
|
|
this.d = b2 != null ? new gpP(AbstractC15317gnH.a(b2)) : null;
|
|
} else if (i == 2) {
|
|
this.c = ASN1Integer.d(d, false);
|
|
} else {
|
|
throw new IllegalArgumentException("illegal tag");
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // o.AbstractC15346gnv, o.InterfaceC15342gnr
|
|
public final AbstractC15315gnE i() {
|
|
C15343gns c15343gns = new C15343gns();
|
|
if (this.a != null) {
|
|
c15343gns.a.addElement(new C15355goI(false, 0, this.a));
|
|
}
|
|
if (this.d != null) {
|
|
c15343gns.a.addElement(new C15355goI(false, 1, this.d));
|
|
}
|
|
if (this.c != null) {
|
|
c15343gns.a.addElement(new C15355goI(false, 2, this.c));
|
|
}
|
|
return new C15385goy(c15343gns);
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("AuthorityKeyIdentifier: KeyID(");
|
|
sb.append(this.a.b());
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
}
|