31 lines
801 B
Java
31 lines
801 B
Java
package o;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.Collections;
|
|
import java.util.List;
|
|
import org.spongycastle.util.io.pem.PemGenerationException;
|
|
|
|
/* renamed from: o.grX, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C15471grX implements grV {
|
|
private static final List e = Collections.unmodifiableList(new ArrayList());
|
|
public byte[] a;
|
|
public List b;
|
|
public String c;
|
|
|
|
@Override // o.grV
|
|
public final C15471grX b() throws PemGenerationException {
|
|
return this;
|
|
}
|
|
|
|
public C15471grX(String str, byte[] bArr) {
|
|
this(str, e, bArr);
|
|
}
|
|
|
|
private C15471grX(String str, List list, byte[] bArr) {
|
|
this.c = str;
|
|
this.b = Collections.unmodifiableList(list);
|
|
this.a = bArr;
|
|
}
|
|
}
|