Interface Aid


public interface Aid
This interface represents the application identifier that is stored in PPSE FCI. It is used by MPA to manage the priority and lock status of a particular AID for Visa contactless payment combo product.
Since:
6.3.1
  • Method Details

    • getAid

      String getAid()
      Gets the AID String.
      Returns:
      The AID value.
      Since:
      6.3.1
    • getLabel

      String getLabel()
      Gets the AID label.
      Returns:
      the AID label
      Since:
      6.3.1
    • getLockStatus

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

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