36 lines
1009 B
Java
36 lines
1009 B
Java
package o;
|
|
|
|
import java.io.IOException;
|
|
import org.spongycastle.asn1.ASN1Exception;
|
|
import org.spongycastle.asn1.ASN1ParsingException;
|
|
|
|
/* renamed from: o.goo, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C15375goo implements InterfaceC15342gnr, goR {
|
|
private gnK c;
|
|
|
|
public C15375goo(gnK gnk) {
|
|
this.c = gnk;
|
|
}
|
|
|
|
@Override // o.goR
|
|
public final AbstractC15315gnE a() throws IOException {
|
|
try {
|
|
return new C15371gok(this.c.a());
|
|
} catch (IllegalArgumentException e) {
|
|
throw new ASN1Exception(e.getMessage(), e);
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC15342gnr
|
|
public final AbstractC15315gnE i() {
|
|
try {
|
|
return a();
|
|
} catch (IOException e) {
|
|
throw new ASN1ParsingException("unable to get DER object", e);
|
|
} catch (IllegalArgumentException e2) {
|
|
throw new ASN1ParsingException("unable to get DER object", e2);
|
|
}
|
|
}
|
|
}
|