This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
1.2.0
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 thesetSamResource
method.CommonSecuritySetting.getTransactionAuditData
method (issue [#44]).CommonTransactionManager
API.CommonTransactionManager.getSecuritySetting
method as a replacement for thegetCardSecuritySetting
method.CommonTransactionManager.prepareComputeSignature
method (issue [#28]).CommonTransactionManager.prepareVerifySignature
method (issue [#29]).CommonTransactionManager.processCommands
method as a replacement for theprocessCardCommands
method.SamSecuritySetting
API.SamTransactionManager
API.ReaderIOException
exception.InvalidSignatureException
exception.
Changed
- Renaming of
AtomicTransactionException
toSessionBufferOverflowException
. - Renaming of
AuthenticationNotVerifiedException
toCardSignatureNotVerifiableException
. - Merging of
CardAnomalyException
,SamAnomalyException
andCardCloseSecureSessionException
toUnexpectedCommandStatusException
. - Merging of
DesynchronizedExchangesException
andInconsistencyDataException
toInconsistentDataException
. - Merging of
SessionAuthenticationException
andSvAuthenticationException
toInvalidCardSignatureException
.
Deprecated
CardTransactionManager.getCardSecuritySetting
method.CardTransactionManager.processCardCommands
method.CardSecuritySetting.setSamResource
method.
Removed
CardTransactionException
abstract common exception.