Package com.gemalto.mfs.mwsdk.dcm
Interface Aid
-
public interface AidThis 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 classAid.LockStatusThe enum class for Aid lock status.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAid()Get the AID Stringjava.lang.StringgetLabel()Get the AID labelAid.LockStatusgetLockStatus()Get the lock status.voidsetLockStatus(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
-
-