Class PassiveAuthenticationResult

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class PassiveAuthenticationResult
     implements Serializable
                        

    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.

    In other words, whether an eMRTD was officially produced on behalf of the nation that issued it and whether the data it contains has been changed in any way since its production.

    Refer to ICAO Doc 9303 Part 11 in particular.

    • Constructor Detail

    • Method Detail

      • evaluate

         boolean evaluate()

        Overall Passive Authentication result. Whether the integrity and authenticity of the data could be verified using a trusted country certificate.

        Returns:

        true if Passive Authentication was successful.