Class ChipAccessKey.FromCan

  • All Implemented Interfaces:

    
    public class ChipAccessKey.FromCan
    extends ChipAccessKey
                        

    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).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final String can
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getCan() Gets the Card Access Number.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChipAccessKey.FromCan

        ChipAccessKey.FromCan(String can)
        Creates a new instance of this class.
        Parameters:
        can - The Card Access Number.
    • Method Detail

      • getCan

         String getCan()

        Gets the Card Access Number.

        Returns:

        The Card Access Number.