what-the-bank/sources/o/gnW.java

31 lines
746 B
Java

package o;
import java.io.IOException;
import org.spongycastle.asn1.ASN1ParsingException;
/* loaded from: classes6.dex */
public final class gnW implements InterfaceC15339gno {
private final gnK a;
private final int e;
/* JADX INFO: Access modifiers changed from: package-private */
public gnW(int i, gnK gnk) {
this.e = i;
this.a = gnk;
}
@Override // o.goR
public final AbstractC15315gnE a() throws IOException {
return new gnO(this.e, this.a.a());
}
@Override // o.InterfaceC15342gnr
public final AbstractC15315gnE i() {
try {
return a();
} catch (IOException e) {
throw new ASN1ParsingException(e.getMessage(), e);
}
}
}