what-the-bank/sources/com/kofax/mobile/sdk/capture/check/RttiCheckExtractor.java

26 lines
939 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.capture.check;
import com.kofax.mobile.sdk._internal.IImageToByteArray;
import com.kofax.mobile.sdk._internal.impl.extraction.rtti.RttiExtractor;
import o.InterfaceC13391fZD;
/* loaded from: classes3.dex */
public class RttiCheckExtractor extends RttiExtractor implements ICheckExtractionServer {
private CheckParameters aay;
@InterfaceC13391fZD
public RttiCheckExtractor(IImageToByteArray iImageToByteArray) {
super(iImageToByteArray);
}
@Override // com.kofax.mobile.sdk._internal.impl.extraction.rtti.RttiExtractor
public void updateRttiRequest(RttiExtractor.RttiRequest rttiRequest) {
rttiRequest.addStringPart("xCountry", CheckExtractor.aaq.get(this.aay.country));
}
@Override // com.kofax.mobile.sdk.capture.check.ICheckExtractionServer
public void setCheckParameters(CheckParameters checkParameters) {
this.aay = checkParameters;
}
}