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_DG3Reading Data Group 3. Contains the fingerprints. Protected by Extended Access Control.
READ_DG4Reading Data Group 4. Contains the iris images. Protected by Extended Access Control.
READ_DG5Reading Data Group 5. Contains the displayed portrait.
READ_DG6Reading Data Group 6. Reserved for future use.
READ_DG7Reading Data Group 7. Contains photo(s) of the signature.
READ_DG8Reading Data Group 8. Contains data features.
READ_DG9Reading Data Group 9. Contains structure features.
READ_DG10Reading Data Group 10. Contains substance features.
READ_DG11Reading Data Group 11. Contains additional Personal Details.
READ_DG12Reading Data Group 12. Contains additional Document Details.
READ_DG13Reading Data Group 13. Contains optional details defined by the issuing state.
READ_DG16Reading Data Group 16. Contains the persons to notify.
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
-
-
-
-