Package com.gemalto.mfs.mwsdk.dcm
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Aid.LockStatus
The enum class for Aid lock status.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAid()
Get the AID Stringjava.lang.String
getLabel()
Get the AID labelAid.LockStatus
getLockStatus()
Get the lock status.void
setLockStatus(Aid.LockStatus lockStatus)
Set the lock status.
-
-
-
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
-
-