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 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