Interface TraceableSignatureVerificationData

    • Method Detail

      • withoutBusyMode

        TraceableSignatureVerificationData withoutBusyMode()
        Indicates that the signature has been computed in non "Busy" mode.

        By default, the signature is supposed to have been computed in "Busy" mode.

        The signature may have been generated with "Busy mode" enabled. In this mode, after a "PSO Verify Signature" failing because of an incorrect signature, during a few seconds the SAM rejects any "PSO Verify Signature" commands with "Busy" mode by responding with the "busy" status word.

        When a "PSO Verify Signature" fails with the busy status, the terminal should repeat the command until the SAM is not busy anymore.

        The busy mode duration is typically of a few seconds, and it is never of greater than ten seconds.

        Note that after a reset of the SAM, "PSO Verify Signature" commands being in "Busy" mode fail with the busy status until the end of the busy mode duration.

        Returns:
        The current instance.
        Since:
        1.2.0
        See Also:
        TraceableSignatureComputationData.withoutBusyMode()