Package com.gemalto.mfs.mwsdk.dcm
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe enum class for AID lock status. -
Method Summary
Modifier and TypeMethodDescriptiongetAid()Gets the AID String.getLabel()Gets the AID label.Gets the lock status.voidsetLockStatus(Aid.LockStatus lockStatus) Sets the lock status.
-
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
Sets the lock status.- Since:
- 6.3.1
-