Enum EmrtdReader.ReadAndVerifyStep
-
- All Implemented Interfaces:
public enum EmrtdReader.ReadAndVerifyStepEnum cases of the individual steps during an eMRTD session.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description READ_ATR_INFOReading File Atr/Info
ACCESS_CONTROLPerforming Access Control.
READ_SODReading File SOD (Document Security Object).
READ_DG14Reading Data Group 14. Contains Security Options for Chip Authentication.
CHIP_AUTHENTICATIONPerforming Chip Authentication. Verifies that the chip was not cloned.
READ_DG15Reading Data Group 15. Contains the Public Key Info for Active Authentication.
ACTIVE_AUTHENTICATIONPerforming Active Authentication. Verifies that the chip was not cloned.
READ_DG1Reading Data Group 1. Contains the MRZ Info.
READ_DG2Reading Data Group 2. Contains the photo of the face.
READ_DG7Reading Data Group 7. Contains photo(s) of the signature.
READ_DG11Reading Data Group 11. Contains additional Personal Details.
READ_DG12Reading Data Group 12. Contains additional Document Details.
PASSIVE_AUTHENTICATIONPerforming Passive Authentication. Verifies the integrity and authenticity of the data.
DONEDone
-
Method Summary
Modifier and Type Method Description static Array<EmrtdReader.ReadAndVerifyStep>values()Returns an array containing the constants of this enum type, in the order they're declared. static EmrtdReader.ReadAndVerifyStepvalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
values
static Array<EmrtdReader.ReadAndVerifyStep> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static EmrtdReader.ReadAndVerifyStep valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-