Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@andrei-cristea andrei-cristea released this 30 May 09:01
· 31 commits to main since this release

Added

  • CalypsoCard.getTransactionCounter method (issue [#42]).
  • SamRevocationServiceSpi SPI (issue [#29]).
  • CommonSignatureComputationData.
  • BasicSignatureComputationData.
  • TraceableSignatureComputationData API (issue [#28]).
  • CommonSignatureVerificationData.
  • BasicSignatureVerificationData.
  • TraceableSignatureVerificationData API (issue [#29]).
  • CommonSecuritySetting API.
  • CommonSecuritySetting.setControlSamResource method as a replacement for the setSamResource method.
  • CommonSecuritySetting.getTransactionAuditData method (issue [#44]).
  • CommonTransactionManager API.
  • CommonTransactionManager.getSecuritySetting method as a replacement for the getCardSecuritySetting method.
  • CommonTransactionManager.prepareComputeSignature method (issue [#28]).
  • CommonTransactionManager.prepareVerifySignature method (issue [#29]).
  • CommonTransactionManager.processCommands method as a replacement for the processCardCommands method.
  • SamSecuritySetting API.
  • SamTransactionManager API.
  • ReaderIOException exception.
  • InvalidSignatureException exception.

Changed

  • Renaming of AtomicTransactionException to SessionBufferOverflowException.
  • Renaming of AuthenticationNotVerifiedException to CardSignatureNotVerifiableException.
  • Merging of CardAnomalyException, SamAnomalyException and CardCloseSecureSessionException to UnexpectedCommandStatusException.
  • Merging of DesynchronizedExchangesException and InconsistencyDataException to InconsistentDataException.
  • Merging of SessionAuthenticationException and SvAuthenticationException to InvalidCardSignatureException.

Deprecated

  • CardTransactionManager.getCardSecuritySetting method.
  • CardTransactionManager.processCardCommands method.
  • CardSecuritySetting.setSamResource method.

Removed

  • CardTransactionException abstract common exception.