| 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 |
|---|---|
static PoTransaction.SessionSetting.AccessLevel |
PoTransaction.SessionSetting.AccessLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoTransaction.SessionSetting.AccessLevel[] |
PoTransaction.SessionSetting.AccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
DirectoryHeader.getKif(PoTransaction.SessionSetting.AccessLevel level)
Gets the KIF associated to the provided session access level.
|
byte |
DirectoryHeader.getKvc(PoTransaction.SessionSetting.AccessLevel level)
Gets the KVC associated to the provided session access level.
|
boolean |
DirectoryHeader.isKifAvailable(PoTransaction.SessionSetting.AccessLevel level)
Returns true if the KIF for the provided level is available.
|
boolean |
DirectoryHeader.isKvcAvailable(PoTransaction.SessionSetting.AccessLevel level)
Returns true if the KVC for the provided level is available.
|
void |
PoTransaction.processOpening(PoTransaction.SessionSetting.AccessLevel accessLevel)
Opens a Calypso Secure Session and then executes all previously prepared commands.
|
PoSecuritySettings.PoSecuritySettingsBuilder |
PoSecuritySettings.PoSecuritySettingsBuilder.sessionDefaultKeyRecordNumber(PoTransaction.SessionSetting.AccessLevel sessionAccessLevel,
byte keyRecordNumber)
Set the default key record number
|
PoSecuritySettings.PoSecuritySettingsBuilder |
PoSecuritySettings.PoSecuritySettingsBuilder.sessionDefaultKif(PoTransaction.SessionSetting.AccessLevel sessionAccessLevel,
byte kif)
Set the default KIF
|
PoSecuritySettings.PoSecuritySettingsBuilder |
PoSecuritySettings.PoSecuritySettingsBuilder.sessionDefaultKvc(PoTransaction.SessionSetting.AccessLevel sessionAccessLevel,
byte kvc)
Set the default KVC
|