Password
interface Password
Password for accessing the chip.
There are two types of passwords:
MachineReadableZone - password from Machine Readable Zone.
CardAccessNumber - Card Access Number.
Types
Link copied to clipboard
Card Access Number as a password.
Link copied to clipboard
data class MachineReadableZone(val documentNumber: String, val dateOfExpiry: String, val dateOfBirth: String) : Password
Password from Machine Readable Zone.