setSkipReaderAuthParseAndCheck

Sets a flag to skip force skip parsing the reader auth structure.

This flag is useful when the user knows that:

  • they will ignore the reader auth result (optional in 18013-5)

  • and explicitly don't want to parse it

For example, if this code is to be used in production and there is uncertainty about which devices will have which security providers, and there is concern about running into parsing / validating issues.

By default this value is set to false.

Return

the DeviceRequestParser.

Parameters

skipReaderAuthParseAndCheck

a flag to skip force skip parsing the reader auth structure.