Interface Aid


  • public interface Aid
    This interface represents the Application Identifier stored in PPSE FCI. It is used for MPA to manage the priority and lock status of a particular Aid for VISA contactless payment combo product.
    Since:
    6.3.1
    • Method Detail

      • getAid

        java.lang.String getAid()
        Get the AID String
        Returns:
        the AID
        Since:
        6.3.1
      • getLabel

        java.lang.String getLabel()
        Get the AID label
        Returns:
        the AID label
        Since:
        6.3.1
      • getLockStatus

        Aid.LockStatus getLockStatus()
        Get the lock status.
        Since:
        6.3.1
      • setLockStatus

        void setLockStatus​(Aid.LockStatus lockStatus)
        Set the lock status.
        Since:
        6.3.1