Enum EmrtdReader.ReadAndVerifyStep

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      READ_ATR_INFO

      Reading File Atr/Info

      ACCESS_CONTROL

      Performing Access Control.

      READ_SOD

      Reading File SOD (Document Security Object).

      READ_DG14

      Reading Data Group 14. Contains Security Options for Chip Authentication.

      CHIP_AUTHENTICATION

      Performing Chip Authentication. Verifies that the chip was not cloned.

      READ_DG15

      Reading Data Group 15. Contains the Public Key Info for Active Authentication.

      ACTIVE_AUTHENTICATION

      Performing Active Authentication. Verifies that the chip was not cloned.

      READ_DG1

      Reading Data Group 1. Contains the MRZ Info.

      READ_DG2

      Reading Data Group 2. Contains the photo of the face.

      READ_DG7

      Reading Data Group 7. Contains photo(s) of the signature.

      READ_DG11

      Reading Data Group 11. Contains additional Personal Details.

      READ_DG12

      Reading Data Group 12. Contains additional Document Details.

      PASSIVE_AUTHENTICATION

      Performing Passive Authentication. Verifies the integrity and authenticity of the data.

      DONE

      Done

    • 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.ReadAndVerifyStep valueOf(String name) Returns the enum constant of this type with the specified name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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