Class ChipAccessKey
-
- All Implemented Interfaces:
public abstract class ChipAccessKey
Represents the access key for the chip access procedure to authenticate to the chip of the eMRTD.
Two types of
ChipAccessKey
s are supported:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ChipAccessKey.FromCan
Access key to authenticate to the chip of the eMRTD using the Card Access Number (CAN).
Authentication using the CAN is only supported for Password Authenticated Connection Establishment (PACE) and is not available with Basic Access Control (BAC).
public class
ChipAccessKey.FromMrz
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.
-
Constructor Summary
Constructors Constructor Description ChipAccessKey()
-