Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

1.6.0

Choose a tag to compare

@andrei-cristea andrei-cristea released this 17 Feb 13:32
· 8 commits to main since this release

Added

  • CommonTransactionManager.processCommands(boolean closePhysicalChannel) method.
  • CardTransactionManager.prepareVerifyPin method.
  • CardTransactionManager.prepareChangePin method.
  • CardTransactionManager.prepareChangeKey method.
  • CardTransactionManager.prepareOpenSecureSession method.
  • CardTransactionManager.prepareCloseSecureSession method.
  • CardTransactionManager.prepareCancelSecureSession method.
  • CardSecuritySetting.disableReadOnSessionOpening method.

Deprecated

  • CommonTransactionManager.processCommands() method.
  • CardTransactionManager.prepareReleaseCardChannel method.
  • CardTransactionManager.processVerifyPin method.
  • CardTransactionManager.processChangePin method.
  • CardTransactionManager.processChangeKey method.
  • CardTransactionManager.processOpening method.
  • CardTransactionManager.processClosing method.
  • CardTransactionManager.processCancel method.