Interface SecurePkiModeTransactionManager
- All Superinterfaces:
SecureTransactionManager<SecurePkiModeTransactionManager>
,TransactionManager<SecurePkiModeTransactionManager>
public interface SecurePkiModeTransactionManager
extends SecureTransactionManager<SecurePkiModeTransactionManager>
Manager of card transactions secured by asymmetric key cryptographic algorithms, compatible with
Calypso cards in PKI mode.
- Since:
- 2.1.0
-
Method Summary
Modifier and TypeMethodDescriptionSchedules the execution of an "Open Secure Session" command in PKI mode.Methods inherited from interface org.eclipse.keypop.calypso.card.transaction.SecureTransactionManager
getCryptoExtension, prepareCancelSecureSession, prepareCloseSecureSession
Methods inherited from interface org.eclipse.keypop.calypso.card.transaction.TransactionManager
getTransactionAuditData, prepareAppendRecord, prepareChangePin, prepareCheckPinStatus, prepareDecreaseCounter, prepareDecreaseCounters, prepareGenerateAsymmetricKeyPair, prepareGetData, prepareIncreaseCounter, prepareIncreaseCounters, preparePutData, prepareReadBinary, prepareReadCounter, prepareReadRecord, prepareReadRecords, prepareReadRecordsPartially, prepareSearchRecords, prepareSelectFile, prepareSelectFile, prepareSetCounter, prepareSvReadAllLogs, prepareUpdateBinary, prepareUpdateRecord, prepareVerifyPin, prepareWriteBinary, prepareWriteRecord, processCommands
-
Method Details
-
prepareOpenSecureSession
SecurePkiModeTransactionManager prepareOpenSecureSession()Schedules the execution of an "Open Secure Session" command in PKI mode.Note that if the next prepared command is a "Read One Record" or "Read One Or More Counters", then it will by default be merged with the "Open Secure Session" command for optimization purposes.
- Returns:
- The current instance.
- Since:
- 2.1.0
-