| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.transaction |
Contains the services and POJOs providing the high-level API to manage PO selections and
transactions.
|
| Modifier and Type | Method and Description |
|---|---|
ElementaryFile |
CalypsoPo.getFileByLid(short lid)
Gets a reference to the
ElementaryFile that has the provided LID value.Note that if a secure session is actually running, then the object contains all session modifications, which can be canceled if the secure session fails. |
ElementaryFile |
CalypsoPo.getFileBySfi(byte sfi)
Gets a reference to the
ElementaryFile that has the provided SFI value.Note that if a secure session is actually running, then the object contains all session modifications, which can be canceled if the secure session fails. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Byte,ElementaryFile> |
CalypsoPo.getAllFiles()
Gets a reference to a map of all known Elementary Files by their associated SFI.
Note that if a secure session is actually running, then the map contains all session modifications, which can be canceled if the secure session fails. |