ChipAccessKey

abstract class ChipAccessKey

Represents the access key for the chip access procedure to authenticate to the chip of the eMRTD.

Two types of ChipAccessKeys are supported:

  • FromCan - Use the Card Access Number (CAN) to access the chip.
  • FromMrz - Use details from the MRZ (document number, date of birth, date of expiry) to access the chip.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class FromCan : ChipAccessKey
Access key to authenticate to the chip of the eMRTD using the Card Access Number (CAN).
Link copied to clipboard
open class FromMrz : ChipAccessKey
Access key to authenticate to the chip of the eMRTD with data from the MRZ, namely the document number, data of birth, and the expiry date of the document.