Package com.kinegram.android.emrtd
This package enables your Android app to access the eMRTD in accordance to icao9303.
Use EmrtdReader to access the eMRTD and get the results as an EmrtdResult.
See: Description
-
Enum Summary Enum Description ReadAndVerifyStep Enum cases of the individual steps during an eMRTD session. CheckResult Possible Results for activeAuthenticationResult, chipAuthenticationResult. AccessControlType The two Access Control Protocol types. ParsingError Enum cases indicating which files were not parsed. PassiveAuthenticationError Possible causes when PassiveAuthentication could not be done. -
Class Summary Class Description EmrtdReaderException eMRTD Session was not successful. EmrtdReader Handles an eMRTD Session from start to finish in accordance to ICAO Doc 9303. EmrtdResult Represents an ICAO Doc 9303 eMRTD. AccessControlProtocolException Access Control was not successful. PassiveAuthenticationResult With Passive Authentication the integrity and authenticity of the data (like MRZ info, photo of face) is verified based on a list of trusted country certificates. SodFile Represents the SOD file (Document Security Object). -
Interface Summary Interface Description StepProgressListener Listener to listen to the current step and current progress during an eMRTD Session.