Skip navigation links
CALYPSO REFERENCE API - 1.0.0
A B C D E F G H I K M O P R S T U V W 

A

AbstractOpenSessionCmdBuild<T extends AbstractPoResponseParser> - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Open Secure Session APDU command.
AbstractOpenSessionCmdBuild(PoRevision) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.AbstractOpenSessionCmdBuild
Instantiates a new AbstractOpenSessionCmdBuild.
AbstractOpenSessionRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the Open session response.
AbstractOpenSessionRespPars.SecureSession - Class in org.eclipse.keyple.calypso.command.po.parser.security
The Class SecureSession.
AbstractPoCommandBuilder<T extends AbstractPoResponseParser> - Class in org.eclipse.keyple.calypso.command.po
Superclass for all PO command builders
AbstractPoCommandBuilder(CalypsoPoCommand, ApduRequest) - Constructor for class org.eclipse.keyple.calypso.command.po.AbstractPoCommandBuilder
Constructor dedicated for the building of referenced Calypso commands
AbstractPoResponseParser - Class in org.eclipse.keyple.calypso.command.po
Superclass for all PO command parsers.
AbstractPoResponseParser(ApduResponse, AbstractPoCommandBuilder<? extends AbstractPoResponseParser>) - Constructor for class org.eclipse.keyple.calypso.command.po.AbstractPoResponseParser
The generic abstract constructor to build a parser of the APDU response.
AbstractSamCommandBuilder<T extends AbstractSamResponseParser> - Class in org.eclipse.keyple.calypso.command.sam
Superclass for all SAM command builders.
AbstractSamCommandBuilder(CalypsoSamCommand, ApduRequest) - Constructor for class org.eclipse.keyple.calypso.command.sam.AbstractSamCommandBuilder
 
AbstractSamResponseParser - Class in org.eclipse.keyple.calypso.command.sam
Superclass for all SAM command parsers.
AbstractSamResponseParser(ApduResponse, AbstractSamCommandBuilder<? extends AbstractSamResponseParser>) - Constructor for class org.eclipse.keyple.calypso.command.sam.AbstractSamResponseParser
Constructor to build a parser of the APDU response.
aidSelector(CardSelector.AidSelector) - Method in class org.eclipse.keyple.calypso.transaction.PoSelector.PoSelectorBuilder
aidSelector(CardSelector.AidSelector) - Method in class org.eclipse.keyple.calypso.transaction.SamSelector.SamSelectorBuilder
allocateSamResource(SamResourceManager.AllocationMode, SamIdentifier) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManager
Allocate a SAM resource from the specified SAM group.
allocateSamResource(SamResourceManager.AllocationMode, SamIdentifier) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerDefault
Deprecated.
 
allocateSamResource(SamResourceManager.AllocationMode, SamIdentifier) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerPool
Deprecated.
Allocate a SAM resource from the specified SAM group.
AppendRecordCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder
Builds the Append Record APDU command.
AppendRecordCmdBuild(PoClass, byte, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.AppendRecordCmdBuild
Instantiates a new UpdateRecordCmdBuild.
AppendRecordRespPars - Class in org.eclipse.keyple.calypso.command.po.parser
Parses the Update records response.
AppendRecordRespPars(ApduResponse, AppendRecordCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.AppendRecordRespPars
Instantiates a new AppendRecordRespPars.
atrFilter(CardSelector.AtrFilter) - Method in class org.eclipse.keyple.calypso.transaction.PoSelector.PoSelectorBuilder
atrFilter(CardSelector.AtrFilter) - Method in class org.eclipse.keyple.calypso.transaction.SamSelector.SamSelectorBuilder

B

build() - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Build a new PoSecuritySettings.
build() - Method in class org.eclipse.keyple.calypso.transaction.PoSelector.PoSelectorBuilder
Builds a new PoSelector.
build() - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier.SamIdentifierBuilder
Deprecated.
Build a new SamIdentifier.
build() - Method in class org.eclipse.keyple.calypso.transaction.SamSelector.SamSelectorBuilder
Build a new SamSelector.
buildCommandException(Class<? extends KeypleCardCommandException>, String, CardCommand, Integer) - Method in class org.eclipse.keyple.calypso.command.po.AbstractPoResponseParser
buildCommandException(Class<? extends KeypleCardCommandException>, String, CardCommand, Integer) - Method in class org.eclipse.keyple.calypso.command.sam.AbstractSamResponseParser
builder() - Static method in class org.eclipse.keyple.calypso.transaction.PoSelector
Gets a new builder.
builder() - Static method in class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier
Deprecated.
Gets a new builder.
builder() - Static method in class org.eclipse.keyple.calypso.transaction.SamSelector
Gets a new builder.

C

CalypsoAtomicTransactionException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates that the transaction cannot be done in an atomic way because the capacity of the session buffer is not sufficient.
CalypsoAtomicTransactionException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoAtomicTransactionException
 
CalypsoAuthenticationNotVerifiedException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates that the PO has correctly closed the secure session, but that it is impossible to check the authenticity of the support because the SAM is no more available (timeout, network problem,...).
CalypsoAuthenticationNotVerifiedException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoAuthenticationNotVerifiedException
 
CalypsoAuthenticationNotVerifiedException(String, Throwable) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoAuthenticationNotVerifiedException
Encapsulates lower level exception.
CalypsoDesynchronizedExchangesException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates a desynchronization of the APDU exchanges.
This means that the number of APDU requests is different from the number of APDU responses.
CalypsoDesynchronizedExchangesException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoDesynchronizedExchangesException
 
CalypsoInconsistencyDataException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates an inconsistency in the PO data.
This can occur, for example, if data read in session is different from data read outside the session.
CalypsoInconsistencyDataException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoInconsistencyDataException
 
CalypsoNoSamResourceAvailableException - Exception in org.eclipse.keyple.calypso.exception
Indicates that there are no SAM resources available.
CalypsoNoSamResourceAvailableException(String) - Constructor for exception org.eclipse.keyple.calypso.exception.CalypsoNoSamResourceAvailableException
 
CalypsoPo - Class in org.eclipse.keyple.calypso.transaction
This POJO concentrates all the information we know about the PO being processed: from the selection stage to the end of the transaction.
CalypsoPoAccessForbiddenException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that the access is forbidden (e.g.
CalypsoPoAccessForbiddenException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoAccessForbiddenException
 
CalypsoPoAnomalyException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates an anomaly in the PO.
This can occur if the PO is not Calypso compliant.
CalypsoPoAnomalyException(String, CalypsoPoCommandException) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoAnomalyException
Encapsulates an unexpected CalypsoPoCommandException exception.
CalypsoPoCloseSecureSessionException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates that the PO has refused the secure session closing.
This is usually due to an incorrect SAM signature, or that the secure session has been altered by other APDU commands that would have interfered with it.
In this case, the PO has rollbacked the data set by cancelling all updates except for PIN verification attempts.
CalypsoPoCloseSecureSessionException(String, CalypsoPoCommandException) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoCloseSecureSessionException
Encapsulates the CalypsoPoCommandException exception.
CalypsoPoCommand - Enum in org.eclipse.keyple.calypso.command.po
Defines all supported Calypso PO APDU commands.
CalypsoPoCommandException - Exception in org.eclipse.keyple.calypso.command.po.exception
Parent abstract class of all Keyple PO APDU commands exceptions.
CalypsoPoCommandException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoCommandException
 
CalypsoPoDataAccessException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that the content of the command is incompatible with the PO's file system (e.g.
CalypsoPoDataAccessException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoDataAccessException
 
CalypsoPoDataOutOfBoundsException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that the data provided by the user induces a capacity overflow in the PO.
This can occur, for example, for commands that update a counter or the "Stored Value".
CalypsoPoDataOutOfBoundsException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoDataOutOfBoundsException
 
CalypsoPoIllegalArgumentException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that the input user data do not allow to build a syntactically correct command (e.g.
CalypsoPoIllegalArgumentException(String, CalypsoPoCommand) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoIllegalArgumentException
 
CalypsoPoIllegalParameterException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that some input parameter is not accepted by the PO.
CalypsoPoIllegalParameterException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoIllegalParameterException
 
CalypsoPoIOException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates a communication error with the PO.
CalypsoPoIOException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoIOException
 
CalypsoPoIOException(String, Throwable) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoIOException
Encapsulates a lower level exception
CalypsoPoPinException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that the input PIN provided is not valid.
CalypsoPoPinException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoPinException
 
CalypsoPoRevokedException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates that the PO is revoked.
CalypsoPoRevokedException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoRevokedException
 
CalypsoPoSecurityContextException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that the security conditions are not fulfilled (e.g.
CalypsoPoSecurityContextException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoSecurityContextException
 
CalypsoPoSecurityDataException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that the security input data provided is not valid.
This can occur, for example, during the closing of a secure session if the SAM's signature is incorrect.
CalypsoPoSecurityDataException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoSecurityDataException
 
CalypsoPoSessionBufferOverflowException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates during a secure session that the PO session buffer will overflow.
CalypsoPoSessionBufferOverflowException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoSessionBufferOverflowException
 
CalypsoPoTerminatedException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that the number of transactions authorized by the PO has reached its limit.
This may occur, for example, when requesting an open secure session.
CalypsoPoTerminatedException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoTerminatedException
 
CalypsoPoTransactionException - Exception in org.eclipse.keyple.calypso.transaction.exception
The exception CalypsoPoTransactionException is the parent abstract class of all Keyple PO transaction functional exceptions.
CalypsoPoTransactionException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoTransactionException
 
CalypsoPoTransactionException(String, Throwable) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoTransactionException
Encapsulates a lower level PO transaction exception
CalypsoPoTransactionIllegalStateException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates an improper use of the PoTransaction API.
CalypsoPoTransactionIllegalStateException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoTransactionIllegalStateException
 
CalypsoPoUnknownStatusException - Exception in org.eclipse.keyple.calypso.command.po.exception
Indicates that the status code is not referenced.
CalypsoPoUnknownStatusException(String, CalypsoPoCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.po.exception.CalypsoPoUnknownStatusException
 
CalypsoSam - Class in org.eclipse.keyple.calypso.transaction
This POJO concentrates all the information we know about the SAM currently selected.
CalypsoSamAccessForbiddenException - Exception in org.eclipse.keyple.calypso.command.sam.exception
Indicates that preconditions are not satisfied (e.g.
CalypsoSamAccessForbiddenException(String, CalypsoSamCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.sam.exception.CalypsoSamAccessForbiddenException
 
CalypsoSamAnomalyException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates an anomaly in the SAM.
This can occur if the SAM is not Calypso compliant.
CalypsoSamAnomalyException(String, CalypsoSamCommandException) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoSamAnomalyException
Encapsulates an unexpected CalypsoSamCommandException exception.
CalypsoSamCommand - Enum in org.eclipse.keyple.calypso.command.sam
Defines all supported Calypso SAM APDU commands.
CalypsoSamCommandException - Exception in org.eclipse.keyple.calypso.command.sam.exception
Parent abstract class of all Keyple SAM APDU commands exceptions.
CalypsoSamCommandException(String, CalypsoSamCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.sam.exception.CalypsoSamCommandException
 
CalypsoSamCounterOverflowException - Exception in org.eclipse.keyple.calypso.command.sam.exception
Indicates that an event counter number authorized by the SAM has reached its limit.
This may occur, for example, during the digest init operation.
CalypsoSamCounterOverflowException(String, CalypsoSamCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.sam.exception.CalypsoSamCounterOverflowException
 
CalypsoSamDataAccessException - Exception in org.eclipse.keyple.calypso.command.sam.exception
Indicates that the content of the command is incompatible with the SAM's file system (e.g.
CalypsoSamDataAccessException(String, CalypsoSamCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.sam.exception.CalypsoSamDataAccessException
 
CalypsoSamIllegalArgumentException - Exception in org.eclipse.keyple.calypso.command.sam.exception
Indicates that the input user data do not allow to build a syntactically correct command.
CalypsoSamIllegalArgumentException(String, CalypsoSamCommand) - Constructor for exception org.eclipse.keyple.calypso.command.sam.exception.CalypsoSamIllegalArgumentException
 
CalypsoSamIllegalParameterException - Exception in org.eclipse.keyple.calypso.command.sam.exception
Indicates that some input parameter is not accepted by the SAM.
CalypsoSamIllegalParameterException(String, CalypsoSamCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.sam.exception.CalypsoSamIllegalParameterException
 
CalypsoSamIncorrectInputDataException - Exception in org.eclipse.keyple.calypso.command.sam.exception
Indicates that input data content is incorrect.
CalypsoSamIncorrectInputDataException(String, CalypsoSamCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.sam.exception.CalypsoSamIncorrectInputDataException
 
CalypsoSamIOException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates a communication error with the SAM (e.g timeout, network,...).
CalypsoSamIOException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoSamIOException
 
CalypsoSamIOException(String, Throwable) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoSamIOException
Encapsulates a lower level exception
CalypsoSamRevokedException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates that the SAM is revoked.
CalypsoSamRevokedException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoSamRevokedException
 
CalypsoSamSecurityDataException - Exception in org.eclipse.keyple.calypso.command.sam.exception
Indicates that the security input data provided is not valid.
This can occur, for example, during the digest authenticate operation when the PO's signature is incorrect.
CalypsoSamSecurityDataException(String, CalypsoSamCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.sam.exception.CalypsoSamSecurityDataException
 
CalypsoSamUnknownStatusException - Exception in org.eclipse.keyple.calypso.command.sam.exception
Indicates that the status code is not referenced.
CalypsoSamUnknownStatusException(String, CalypsoSamCommand, Integer) - Constructor for exception org.eclipse.keyple.calypso.command.sam.exception.CalypsoSamUnknownStatusException
 
CalypsoSessionAuthenticationException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates that the PO has correctly closed the secure session, but the support is not authentic because the signature of the PO is incorrect.
CalypsoSessionAuthenticationException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoSessionAuthenticationException
 
CalypsoSessionAuthenticationException(String, Throwable) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoSessionAuthenticationException
Encapsulates lower level exception.
CalypsoSvAuthenticationException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates that the "Stored Value" session is not authentic because the signature of the PO is incorrect.
CalypsoSvAuthenticationException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoSvAuthenticationException
 
CalypsoSvAuthenticationException(String, Throwable) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoSvAuthenticationException
Encapsulates lower level exception.
CalypsoUnauthorizedKvcException - Exception in org.eclipse.keyple.calypso.transaction.exception
Indicates that the current PO has an unauthorized KVC.
CalypsoUnauthorizedKvcException(String) - Constructor for exception org.eclipse.keyple.calypso.transaction.exception.CalypsoUnauthorizedKvcException
 
CardCipherPinCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Card Cipher PIN APDU command.
CardCipherPinCmdBuild(SamRevision, KeyReference, byte[], byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.CardCipherPinCmdBuild
Instantiates a new CardCipherPinCmdBuild and generate the ciphered data for a Verify PIN or Change PIN PO command.
CardCipherPinRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Card Cipher Pin response.
CardCipherPinRespPars(ApduResponse, CardCipherPinCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.CardCipherPinRespPars
Instantiates a new CardCipherPinRespPars.
CardGenerateKeyCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Give Random APDU command.
CardGenerateKeyCmdBuild(SamRevision, KeyReference, KeyReference) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.CardGenerateKeyCmdBuild
Instantiates a new DigestUpdateCmdBuild and generate the ciphered data for a key ciphered by another.
CardGenerateKeyRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Card Generate Key response.
CardGenerateKeyRespPars(ApduResponse, CardGenerateKeyCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.CardGenerateKeyRespPars
Instantiates a new CardGenerateKeyRespPars.
cardProtocol(String) - Method in class org.eclipse.keyple.calypso.transaction.PoSelector.PoSelectorBuilder
cardProtocol(String) - Method in class org.eclipse.keyple.calypso.transaction.SamSelector.SamSelectorBuilder
ChangeKeyCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Change key APDU command.
ChangeKeyCmdBuild(PoClass, byte, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.ChangeKeyCmdBuild
Change Key Calypso command
ChangeKeyRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the ChangeKey response.
ChangeKeyRespPars(ApduResponse, ChangeKeyCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.ChangeKeyRespPars
Instantiates a new ChangeKeyRespPars
checkStatus() - Method in class org.eclipse.keyple.calypso.command.po.AbstractPoResponseParser
checkStatus() - Method in class org.eclipse.keyple.calypso.command.sam.AbstractSamResponseParser
CloseSessionCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Close Secure Session APDU command.
CloseSessionCmdBuild(PoClass, boolean, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.CloseSessionCmdBuild
Instantiates a new CloseSessionCmdBuild depending of the revision of the PO.
CloseSessionCmdBuild(PoClass) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.CloseSessionCmdBuild
Instantiates a new CloseSessionCmdBuild based on the revision of the PO to generate an abort session command (Close Secure Session with p1 = p2 = lc = 0).
CloseSessionRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the Close Secure Session response.
CloseSessionRespPars(ApduResponse, CloseSessionCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.CloseSessionRespPars
Instantiates a new CloseSessionRespPars from the response.
create(PoRevision, byte, byte[], int, int) - Static method in class org.eclipse.keyple.calypso.command.po.builder.security.AbstractOpenSessionCmdBuild
 
create(ApduResponse, PoRevision) - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars
 
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.AbstractPoCommandBuilder
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.AppendRecordCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.DecreaseCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.GetDataFciCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.GetDataTraceCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.IncreaseCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.ReadRecordsCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.ChangeKeyCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.CloseSessionCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.InvalidateCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession10CmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession24CmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession31CmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession32CmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.PoGetChallengeCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.RehabilitateCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.security.VerifyPinCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.SelectFileCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvDebitCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvGetCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvReloadCmdBuild
Create the response parser.
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvUndebitCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.UpdateRecordCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.po.builder.WriteRecordCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.AbstractSamCommandBuilder
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.CardCipherPinCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.CardGenerateKeyCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.DigestAuthenticateCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.DigestCloseCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.DigestInitCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.DigestUpdateCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.DigestUpdateMultipleCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.GiveRandomCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SamGetChallengeCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadCeilingsCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadEventCounterCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SamWriteKeyCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SelectDiversifierCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SvCheckCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SvPrepareDebitCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SvPrepareLoadCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.SvPrepareUndebitCmdBuild
Create the response parser matching the builder
createResponseParser(ApduResponse) - Method in class org.eclipse.keyple.calypso.command.sam.builder.security.UnlockCmdBuild
Create the response parser matching the builder
createSamResource(Reader) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManager
Deprecated. 
createSecureSession(byte[]) - Static method in class org.eclipse.keyple.calypso.command.po.parser.security.OpenSession10RespPars
 
createSecureSession(byte[]) - Static method in class org.eclipse.keyple.calypso.command.po.parser.security.OpenSession24RespPars
 
createSecureSession(byte[]) - Static method in class org.eclipse.keyple.calypso.command.po.parser.security.OpenSession32RespPars
 

D

DecreaseCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder
Builds the Decrease APDU command.
DecreaseCmdBuild(PoClass, byte, int, int) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.DecreaseCmdBuild
Instantiates a new decrease cmd build from command parameters.
DecreaseRespPars - Class in org.eclipse.keyple.calypso.command.po.parser
Parses the Decrease response.
DecreaseRespPars(ApduResponse, DecreaseCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.DecreaseRespPars
Instantiates a new DecreaseRespPars.
defaultPinTransmissionMode - Static variable in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings
 
defaultRatificationMode - Static variable in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings
 
defaultRevision - Variable in class org.eclipse.keyple.calypso.command.sam.AbstractSamCommandBuilder
 
defaultSessionModificationMode - Static variable in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings
 
DigestAuthenticateCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Digest Authenticate APDU command.
DigestAuthenticateCmdBuild(SamRevision, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.DigestAuthenticateCmdBuild
Instantiates a new DigestAuthenticateCmdBuild .
DigestAuthenticateRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Digest authentication response
DigestAuthenticateRespPars(ApduResponse, DigestAuthenticateCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.DigestAuthenticateRespPars
Instantiates a new DigestAuthenticateRespPars.
DigestCloseCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Digest Close APDU command.
DigestCloseCmdBuild(SamRevision, byte) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.DigestCloseCmdBuild
Instantiates a new DigestCloseCmdBuild .
DigestCloseRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Digest close response.
DigestCloseRespPars(ApduResponse, DigestCloseCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.DigestCloseRespPars
Instantiates a new DigestCloseRespPars.
DigestInitCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Digest Init APDU command.
DigestInitCmdBuild(SamRevision, boolean, boolean, byte, byte, byte, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.DigestInitCmdBuild
Instantiates a new DigestInitCmdBuild.
DigestInitRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Digest init response.
DigestInitRespPars(ApduResponse, DigestInitCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.DigestInitRespPars
Instantiates a new DigestInitRespPars.
DigestUpdateCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Digest Update APDU command.
DigestUpdateCmdBuild(SamRevision, boolean, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.DigestUpdateCmdBuild
Instantiates a new DigestUpdateCmdBuild.
DigestUpdateMultipleCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the SAM Digest Update Multiple APDU command.
DigestUpdateMultipleCmdBuild(SamRevision, boolean, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.DigestUpdateMultipleCmdBuild
Instantiates a new DigestUpdateMultipleCmdBuild.
DigestUpdateMultipleRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Digest update multiple response.
DigestUpdateMultipleRespPars(ApduResponse, DigestUpdateMultipleCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.DigestUpdateMultipleRespPars
Instantiates a new DigestUpdateMultipleRespPars.
DigestUpdateRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Digest update response parser.
DigestUpdateRespPars(ApduResponse, DigestUpdateCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.DigestUpdateRespPars
Instantiates a new DigestUpdateRespPars.
DirectoryHeader - Class in org.eclipse.keyple.calypso.transaction
This POJO contains all metadata of a Calypso DF.

E

ElementaryFile - Class in org.eclipse.keyple.calypso.transaction
This POJO contains the description of a Calypso EF.
equals(Object) - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Comparison is based on field "lid".
equals(Object) - Method in class org.eclipse.keyple.calypso.transaction.ElementaryFile
Comparison is based on field "sfi".
equals(Object) - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Comparison is based on field "lid".

F

FileData - Class in org.eclipse.keyple.calypso.transaction
This POJO contains all known data content of a Calypso EF.
FileHeader - Class in org.eclipse.keyple.calypso.transaction
This POJO contains all metadata of a Calypso EF.
FileHeader.FileType - Enum in org.eclipse.keyple.calypso.transaction
The EF type enum
finalizeBuilder(byte[]) - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvDebitCmdBuild
Complete the construction of the APDU to be sent to the PO with the elements received from the SAM:
finalizeBuilder(byte[]) - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvReloadCmdBuild
Complete the construction of the APDU to be sent to the PO with the elements received from the SAM:
finalizeBuilder(byte[]) - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvUndebitCmdBuild
Complete the construction of the APDU to be sent to the PO with the elements received from the SAM:
freeSamResource(CardResource<CalypsoSam>) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManager
Free a previously allocated SAM resource.
freeSamResource(CardResource<CalypsoSam>) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerDefault
Deprecated.
 
freeSamResource(CardResource<CalypsoSam>) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerPool
Deprecated.
 

G

getAccessConditions() - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Gets a reference to access conditions.
getAccessConditions() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Gets a reference to the access conditions.
getAllCountersValue() - Method in class org.eclipse.keyple.calypso.transaction.FileData
Gets all known counters value.
The counters values are extracted from record #1.
If last counter has a truncated value (when size of record #1 modulo 3 != 0), then last counter value is not returned.
getAllFiles() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets a reference to a map of all known Elementary Files by their associated SFI.
Note that if a secure session is actually running, then the map contains all session modifications, which can be canceled if the secure session fails.
getAllRecordsContent() - Method in class org.eclipse.keyple.calypso.transaction.FileData
Gets a reference to all known records content.
getAmount() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the debit amount value
getAmount() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the load amount value
getApduRequest(PoClass) - Static method in class org.eclipse.keyple.calypso.command.po.builder.security.RatificationCmdBuild
 
getApplicationSerialNumber() - Method in class org.eclipse.keyple.calypso.command.po.parser.GetDataFciRespPars
Gets the application serial number
getApplicationSerialNumber() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the Calypso application serial number as an HEX String.
getApplicationSerialNumberBytes() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the Calypso application serial number as an array of bytes.
getApplicationSubtype() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
The Application Subtype indicates to the terminal a reference to the file structure of the Calypso DF.
getApplicationSubType() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoSam
Gets the application subtype
getApplicationType() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
The Application Type byte determines the Calypso Revision and various options
getApplicationType() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoSam
Gets the application type
getApplicationTypeMask() - Method in enum org.eclipse.keyple.calypso.command.sam.SamRevision
Get the application type mask.
getAtr() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Get the Answer To Reset as an HEX String.
getBalance() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
Gets the current SV balance
getBalance() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the SV balance value
getBalance() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the SV balance value
getBuilder() - Method in class org.eclipse.keyple.calypso.command.po.AbstractPoResponseParser
getBuilder() - Method in class org.eclipse.keyple.calypso.command.sam.AbstractSamResponseParser
getCalypsoSerialNumber() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the full Calypso serial number including the possible validity date information in the two MSB.
getCause() - Method in exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoAnomalyException
 
getCause() - Method in exception org.eclipse.keyple.calypso.transaction.exception.CalypsoPoCloseSecureSessionException
 
getCause() - Method in exception org.eclipse.keyple.calypso.transaction.exception.CalypsoSamAnomalyException
 
getCeilingsData() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SamReadCeilingsRespPars
Gets the key parameters.
getChallenge() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SamGetChallengeRespPars
Gets the challenge.
getChallengeOut() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
Gets the new challenge value generated by the command
getChallengeRandomNumber() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
 
getChallengeTransactionCounter() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
 
getCipheredData() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.CardCipherPinRespPars
Gets the 8 bytes of ciphered data.
getCipheredData() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.CardGenerateKeyRespPars
Gets the 32 bytes of ciphered data.
getClassByte() - Method in enum org.eclipse.keyple.calypso.command.sam.SamRevision
Gets the class byte.
getCommandRef() - Method in class org.eclipse.keyple.calypso.command.po.AbstractPoCommandBuilder
getCommandRef() - Method in class org.eclipse.keyple.calypso.command.sam.AbstractSamCommandBuilder
getContent() - Method in class org.eclipse.keyple.calypso.transaction.FileData
Gets a reference to the known content of record #1.
For a Binary file, it means all the bytes of the file.
getContent(int) - Method in class org.eclipse.keyple.calypso.transaction.FileData
Gets a reference to the known content of a specific record.
getContent(int, int, int) - Method in class org.eclipse.keyple.calypso.transaction.FileData
Gets a copy of a known content subset of a specific record from dataOffset to dataLength.
getContentAsCounterValue(int) - Method in class org.eclipse.keyple.calypso.transaction.FileData
Gets the known value of the counter #numCounter.
The counter value is extracted from the 3 next bytes at the index [(numCounter - 1) * 3] of the record #1.
e.g.
getCounterData() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SamReadEventCounterRespPars
Gets the key parameters.
getCounterNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.DecreaseCmdBuild
 
getCounterNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.IncreaseCmdBuild
 
getCurrentKVC() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
Gets the current SV KVC
getData() - Method in class org.eclipse.keyple.calypso.command.po.builder.AppendRecordCmdBuild
 
getData() - Method in class org.eclipse.keyple.calypso.command.po.builder.UpdateRecordCmdBuild
 
getData() - Method in class org.eclipse.keyple.calypso.command.po.builder.WriteRecordCmdBuild
 
getData() - Method in class org.eclipse.keyple.calypso.transaction.ElementaryFile
Gets the file data.
GetDataFciCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder
Builds the Get data APDU commands.
GetDataFciCmdBuild(PoClass) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.GetDataFciCmdBuild
Instantiates a new GetDataFciCmdBuild.
GetDataFciRespPars - Class in org.eclipse.keyple.calypso.command.po.parser
Parses the FCI data returned is response to the selection application command.
GetDataFciRespPars(ApduResponse, GetDataFciCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.GetDataFciRespPars
Instantiates a new GetDataFciRespPars from the ApduResponse to a selection application command.
GetDataTraceCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder
Builds the Get data APDU commands.
GetDataTraceCmdBuild(PoClass) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.GetDataTraceCmdBuild
Instantiates a new GetDataTraceCmdBuild.
GetDataTraceRespPars - Class in org.eclipse.keyple.calypso.command.po.parser
Parses the Get Data command response.
GetDataTraceRespPars(ApduResponse, GetDataTraceCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.GetDataTraceRespPars
Instantiates a new GetDataTraceRespPars from the ApduResponse to a selection application command.
getDebitDate() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the debit date as an int
getDebitDateBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the debit date as an array of bytes
getDebitLog() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
Gets a SvDebitLogRecord containing the last debit record
May return null if the debit record is not available (load case for PO rev < 3.2)
getDebitTime() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the debit time as an int
getDebitTimeBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the debit time as an array of bytes
getDecValue() - Method in class org.eclipse.keyple.calypso.command.po.builder.DecreaseCmdBuild
 
getDfName() - Method in class org.eclipse.keyple.calypso.command.po.parser.GetDataFciRespPars
Gets the DF name
getDfName() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the DF name as an HEX String.
getDfNameBytes() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the DF name as an array of bytes.
getDfStatus() - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Gets the DF status.
getDfStatus() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Gets the DF status.
getDirectoryHeader() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the DF metadata.
getDiscretionaryData() - Method in class org.eclipse.keyple.calypso.command.po.parser.GetDataFciRespPars
Gets the discretionary data
getFileByLid(short) - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets a reference to the ElementaryFile that has the provided LID value.
Note that if a secure session is actually running, then the object contains all session modifications, which can be canceled if the secure session fails.
getFileBySfi(byte) - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets a reference to the ElementaryFile that has the provided SFI value.
Note that if a secure session is actually running, then the object contains all session modifications, which can be canceled if the secure session fails.
getFirstRecordNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.ReadRecordsCmdBuild
 
getFreeByte() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the free bytes as a String
getFreeByteBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the free bytes as an array of bytes
getGroupReference() - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier
Deprecated.
 
getHeader() - Method in class org.eclipse.keyple.calypso.transaction.ElementaryFile
Gets the file header.
getIncValue() - Method in class org.eclipse.keyple.calypso.command.po.builder.IncreaseCmdBuild
 
getInstructionByte() - Method in enum org.eclipse.keyple.calypso.command.po.CalypsoPoCommand
Gets the instruction byte (INS).
getInstructionByte() - Method in enum org.eclipse.keyple.calypso.command.sam.CalypsoSamCommand
Gets the instruction byte (INS).
getKeyIndexes() - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Gets a reference to keys indexes.
getKeyIndexes() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Gets a reference to the keys indexes.
getKeyParameters() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SamReadKeyParametersRespPars
Gets the key parameters.
getKIF() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
Gets the kif.
getKif() - Method in class org.eclipse.keyple.calypso.KeyReference
 
getKif(PoTransaction.SessionSetting.AccessLevel) - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Gets the KIF associated to the provided session access level.
getKVC() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
Gets the kvc.
getKvc() - Method in class org.eclipse.keyple.calypso.KeyReference
 
getKvc(PoTransaction.SessionSetting.AccessLevel) - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Gets the KVC associated to the provided session access level.
getKvc() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the KVC of the load key (as given in the last SV Reload)
getKvc() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the KVC of the load key (as given in the last SV Reload)
getLid() - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Gets the associated LID.
getLid() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Gets the associated LID.
getLoadDate() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the load date as an int
getLoadDateBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the load date as an array of bytes
getLoadLog() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
Gets a SvLoadLogRecord containing the load record
May return null if the load record is not available (debit/undebit case for PO rev < 3.2)
getLoadTime() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the load time as an int
getLoadTimeBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the load time as an array of bytes
getModificationsCounter() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Indicates the maximum number of changes allowed in session.
getName() - Method in enum org.eclipse.keyple.calypso.command.po.CalypsoPoCommand
Gets the name.
getName() - Method in enum org.eclipse.keyple.calypso.command.sam.CalypsoSamCommand
Gets the name.
getName() - Method in enum org.eclipse.keyple.calypso.command.sam.SamRevision
Gets the revision name
getName() - Method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SessionSetting.AccessLevel
 
getNewValue() - Method in class org.eclipse.keyple.calypso.command.po.parser.DecreaseRespPars
Returns the new counter value as an int between 0
getNewValue() - Method in class org.eclipse.keyple.calypso.command.po.parser.IncreaseRespPars
Returns the new counter value as an int between 0
getOpenSessionForRev(PoRevision) - Static method in enum org.eclipse.keyple.calypso.command.po.CalypsoPoCommand
Get the open session command for a given PoRevision
getOriginalData() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
Gets the original data.
getPath() - Method in class org.eclipse.keyple.calypso.command.po.builder.SelectFileCmdBuild
The selection path can be null if the chosen constructor targets the current EF
getPayloadCapacity() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the maximum length of data that an APDU in this PO can carry.
getPinAttemptRemaining() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gives the number of erroneous PIN presentations remaining before blocking.
getPinTransmissionMode() - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings
(package-private)
getPlatform() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
The platform identification byte is the reference of the chip
getPlatform() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoSam
Gets the platform identifier
getPoChallenge() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars
 
getPoChallenge() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.PoGetChallengeRespPars
Gets the PO challenge
getPoClass() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
The PO class is the ISO7816 class to be used with the current PO.
getPostponedData() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.CloseSessionRespPars
 
getPreviousSignatureLo() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
Gets the SignatureLo value of the last SV transaction (reload, debit, undebit)
getProprietaryInformation() - Method in class org.eclipse.keyple.calypso.command.po.parser.SelectFileRespPars
 
getReadMode() - Method in class org.eclipse.keyple.calypso.command.po.builder.ReadRecordsCmdBuild
 
getRecordDataRead() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars
 
getRecordNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.AbstractOpenSessionCmdBuild
 
getRecordNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession10CmdBuild
getRecordNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession24CmdBuild
getRecordNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession31CmdBuild
getRecordNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession32CmdBuild
getRecordNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.UpdateRecordCmdBuild
 
getRecordNumber() - Method in class org.eclipse.keyple.calypso.command.po.builder.WriteRecordCmdBuild
 
getRecords() - Method in class org.eclipse.keyple.calypso.command.po.parser.ReadRecordsRespPars
Parses the Apdu response as a data record (single or multiple), retrieves the records and place it in an map.
getRecordSize() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Gets the size of a record : For a Counter file, the record size is the original size of the record #1.
Extra bytes (rest of the division of the file size by 3) aren't accessible.
getRecordsNumber() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Gets the number of records : For a Counter file, the number of records is always 1.
Extra bytes (rest of the division of the file size by 3) aren't accessible.
getRemainingAttemptCounter() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.VerifyPinRespPars
Determine the value of the attempt counter from the status word
getRevision() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the PO revision.
getSamId() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the SAM ID as a long
getSamId() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the SAM ID value as a long
getSamIdBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the SAM ID as an array of bytes
getSamIdBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the SAM ID as an array of bytes
getSamRevision() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoSam
Gets the SAM revision as an enum constant
getSamRevision() - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier
Deprecated.
 
getSamTNum() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the SAM transaction number value as an int
getSamTNum() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the SAM transaction number value as an int
getSamTNumBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the SAM transaction number as an array of bytes
getSamTNumBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the SAM transaction number as an array of bytes
getSecureSessionData() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
Gets the secure session data.
getSelectedKif() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars
 
getSelectedKvc() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars
 
getSelectFileControl() - Method in class org.eclipse.keyple.calypso.command.po.builder.SelectFileCmdBuild
The file selection control can be null if the chosen constructor targets an explicit path
getSerialNumber() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoSam
Gets the SAM serial number as an array of bytes
getSerialNumber() - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier
Deprecated.
 
getSerialNumberExpirationBytes() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
 
getSessionKey() - Method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SessionSetting.AccessLevel
 
getSessionModification() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Get the session modification byte from the startup info structure.
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.AppendRecordCmdBuild
 
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.DecreaseCmdBuild
 
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.IncreaseCmdBuild
 
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.ReadRecordsCmdBuild
 
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.AbstractOpenSessionCmdBuild
 
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession10CmdBuild
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession24CmdBuild
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession31CmdBuild
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession32CmdBuild
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.UpdateRecordCmdBuild
 
getSfi() - Method in class org.eclipse.keyple.calypso.command.po.builder.WriteRecordCmdBuild
 
getSfi() - Method in class org.eclipse.keyple.calypso.transaction.ElementaryFile
Gets the associated SFI.
getSharedReference() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Gets the shared reference of a shared file.
getSignature() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.DigestCloseRespPars
Gets the sam signature.
getSignatureLo() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.CloseSessionRespPars
 
getSignatureLo() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvDebitRespPars
Gets the SV signature.
getSignatureLo() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvReloadRespPars
Gets the SV signature.
getSignatureLo() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvUndebitRespPars
Gets the SV signature.
getSoftwareIssuer() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
The Software Issuer byte indicates the entity responsible for the software of the selected application.
getSoftwareIssuer() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoSam
Gets the software issuer identifier
getSoftwareRevision() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
The Software Revision field may be set to any fixed value by the Software Issuer of the Calypso application.
getSoftwareRevision() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoSam
Gets the software revision number
getSoftwareVersion() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
The Software Version field may be set to any fixed value by the Software Issuer of the Calypso application.
getSoftwareVersion() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoSam
Gets the software version number
getStartupInfo() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the Calypso startup information field as an HEX String
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.AppendRecordRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.DecreaseRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.GetDataFciRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.GetDataTraceRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.IncreaseRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.ReadRecordsRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.ChangeKeyRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.CloseSessionRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.InvalidateRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.RehabilitateRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.VerifyPinRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.SelectFileRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvDebitRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvReloadRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvUndebitRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.UpdateRecordRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.po.parser.WriteRecordRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.AbstractSamResponseParser
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.CardCipherPinRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.CardGenerateKeyRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.DigestAuthenticateRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.DigestCloseRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.DigestInitRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.DigestUpdateMultipleRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.DigestUpdateRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.GiveRandomRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SamGetChallengeRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SamReadCeilingsRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SamReadEventCounterRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SamReadKeyParametersRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SamWriteKeyRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SelectDiversifierRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SvCheckRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.SvPrepareOperationRespPars
getStatusTable() - Method in class org.eclipse.keyple.calypso.command.sam.parser.security.UnlockRespPars
getSvBalance() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the current SV balance value
getSvDebitData() - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvDebitCmdBuild
Gets the SV Debit part of the data to include in the SAM SV Prepare Debit command
getSvDebitLogAllRecords() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets list of references to the SvDebitLogRecord read from the PO.
getSvDebitLogLastRecord() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets a reference to the last SvDebitLogRecord
getSvGetCommandHeader() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
Gets the command header used to build the prepare load/debit/undebit SAM commands
getSvLastTNum() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets the last SV transaction number
getSvLoadLogRecord() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Gets a reference to the last SvLoadLogRecord
getSvOperation() - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvGetCmdBuild
Gets the request SV operation (used to check the SV command sequence)
getSvReloadData() - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvReloadCmdBuild
Gets the SV Reload part of the data to include in the SAM SV Prepare Load command
getSvTNum() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the SV transaction number value as an int
getSvTNum() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the SV transaction number value as an int
getSvTNumBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the SV transaction number as an array of bytes
getSvTNumBytes() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the SV transaction number as an array of bytes
getSvUndebitData() - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvUndebitCmdBuild
Gets the SV Debit part of the data to include in the SAM SV Prepare Debit command
getTargetSamRevision() - Method in class org.eclipse.keyple.calypso.transaction.SamSelector
Gets the targeted SAM revision
getTransactionCounterValue() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars
 
getTransactionNumber() - Method in class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
Gets the SV transaction number
getType() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Gets the file type.
getUnlockData() - Method in class org.eclipse.keyple.calypso.transaction.SamSelector
Gets the SAM unlock data
getValue() - Method in enum org.eclipse.keyple.calypso.command.PoClass
Gets the class byte.
GiveRandomCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Give Random APDU command.
GiveRandomCmdBuild(SamRevision, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.GiveRandomCmdBuild
Instantiates a new DigestUpdateCmdBuild.
GiveRandomRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Give Random response.
GiveRandomRespPars(ApduResponse, GiveRandomCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.GiveRandomRespPars
Instantiates a new GiveRandomRespPars.
groupReference(String) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier.SamIdentifierBuilder
Deprecated.
Sets the targeted SAM group reference

H

hashCode() - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Comparison is based on field "lid".
hashCode() - Method in class org.eclipse.keyple.calypso.transaction.ElementaryFile
Comparison is based on field "sfi".
hashCode() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Comparison is based on field "lid".

I

IncreaseCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder
Builds the Increase APDU command.
IncreaseCmdBuild(PoClass, byte, int, int) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.IncreaseCmdBuild
Instantiates a new increase cmd build from command parameters.
IncreaseRespPars - Class in org.eclipse.keyple.calypso.command.po.parser
Parses the Increase response.
IncreaseRespPars(ApduResponse, IncreaseCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.IncreaseRespPars
Constructor to build a parser of the Increase command response.
instantiate(Plugin, String, int, int) - Static method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerFactory
Deprecated.
Instantiate a new SamResourceManager.
instantiate(Plugin, String) - Static method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerFactory
Deprecated.
 
instantiate(PoolPlugin, int, int) - Static method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerFactory
Deprecated.
Instantiate a new SamResourceManager.
instantiate(PoolPlugin) - Static method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerFactory
Deprecated.
 
InvalidateCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Invalidate command.
InvalidateCmdBuild(PoClass) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.InvalidateCmdBuild
Instantiates a new InvalidateCmdBuild.
invalidatedPo(PoSelector.InvalidatedPo) - Method in class org.eclipse.keyple.calypso.transaction.PoSelector.PoSelectorBuilder
Sets the desired behaviour in case of invalidated POs
InvalidateRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the Invalidate response.
InvalidateRespPars(ApduResponse, InvalidateCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.InvalidateRespPars
Instantiates a new InvalidateRespPars.
isConfidentialSessionModeSupported() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Indicates whether the Confidential Session Mode is supported or not (since rev 3.2).
isDeselectRatificationSupported() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Indicates if the ratification is done on deselect (ratification command not necessary)
isDfInvalidated() - Method in class org.eclipse.keyple.calypso.command.po.parser.GetDataFciRespPars
Tells if the DF is invalidated
isDfInvalidated() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Tells if the PO has been invalidated or not.
isDfRatified() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Tells if the last session with this PO has been ratified or not.
isKifAvailable(PoTransaction.SessionSetting.AccessLevel) - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Returns true if the KIF for the provided level is available.
isKvcAvailable(PoTransaction.SessionSetting.AccessLevel) - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
Returns true if the KVC for the provided level is available.
isManageSecureSessionAuthorized() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars
 
isManageSecureSessionAuthorized() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
Checks if is manage secure session authorized.
isModificationsCounterInBytes() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Tells if the change counter allowed in session is established in number of operations or number of bytes modified.
isPinBlocked() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Indicates if the PIN is blocked.
isPinFeatureAvailable() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Indicates whether the PO has the Calypso PIN feature.
isPreviousSessionRatified() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
Checks if is previous session ratified.
isPublicAuthenticationSupported() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Indicates whether the Public Authentication is supported or not (since rev 3.3).
isReadCounterOnly() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.VerifyPinCmdBuild
Indicates if the command is used to read the attempt counter only
isSerialNumberExpiring() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
 
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.AbstractPoCommandBuilder
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.AppendRecordCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.DecreaseCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.GetDataFciCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.GetDataTraceCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.IncreaseCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.ReadRecordsCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.ChangeKeyCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.CloseSessionCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.InvalidateCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession10CmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession24CmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession31CmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession32CmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.PoGetChallengeCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.RehabilitateCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.security.VerifyPinCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.SelectFileCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvDebitCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvGetCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvReloadCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvUndebitCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.UpdateRecordCmdBuild
Indicates if the session buffer is used when executing this command.
isSessionBufferUsed() - Method in class org.eclipse.keyple.calypso.command.po.builder.WriteRecordCmdBuild
Indicates if the session buffer is used when executing this command.
isShared() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
Returns true if EF is a shared file.
isSvFeatureAvailable() - Method in class org.eclipse.keyple.calypso.transaction.CalypsoPo
Indicates whether the PO has the Calypso Stored Value feature.
isValidCalypsoFCI() - Method in class org.eclipse.keyple.calypso.command.po.parser.GetDataFciRespPars
Tells if the FCI is valid

K

KeyReference - Class in org.eclipse.keyple.calypso
Groups all information about a Calypso key
KeyReference(byte, byte) - Constructor for class org.eclipse.keyple.calypso.KeyReference
 

M

matches(SamIdentifier) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier
Deprecated.
Compare two SamIdentifiers with the following rules: when the provided SamIdentifier is null the result is true when the provided SamIdentifier is not null the AUTO revision matches any revision if not null, the serial number is used as a regular expression to check the current serial number if not null the group reference is compared as a string
MAX_CEILING_NUMB - Static variable in class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadCeilingsCmdBuild
 
MAX_CEILING_REC_NUMB - Static variable in class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadCeilingsCmdBuild
 
MAX_COUNTER_NUMB - Static variable in class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadEventCounterCmdBuild
 
MAX_COUNTER_REC_NUMB - Static variable in class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadEventCounterCmdBuild
 
MAX_WORK_KEY_REC_NUMB - Static variable in class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild
 

O

OpenSession10CmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Open Session command for a PO revision 1.
OpenSession10CmdBuild(byte, byte[], int, int) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession10CmdBuild
Instantiates a new AbstractOpenSessionCmdBuild.
OpenSession10RespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the Open session response from a PO revision 1.0 .
OpenSession10RespPars(ApduResponse, OpenSession10CmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.OpenSession10RespPars
Instantiates a new OpenSession10RespPars from the response.
OpenSession24CmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Open Session command for a PO revision 2.4.
OpenSession24CmdBuild(byte, byte[], int, int) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession24CmdBuild
Instantiates a new AbstractOpenSessionCmdBuild.
OpenSession24RespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the Open session response from a PO revision 2.4 .
OpenSession24RespPars(ApduResponse, OpenSession24CmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.OpenSession24RespPars
Instantiates a new OpenSession24RespPars from the response.
OpenSession31CmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Open Session command for a PO revision 3.1.
OpenSession31CmdBuild(byte, byte[], int, int) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession31CmdBuild
Instantiates a new AbstractOpenSessionCmdBuild.
OpenSession31RespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the Open session response from a PO revision 3.1.
OpenSession31RespPars(ApduResponse, OpenSession31CmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.OpenSession31RespPars
Instantiates a new OpenSession31RespPars from the response.
OpenSession32CmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Open Session command for a PO revision 3.2.
OpenSession32CmdBuild(byte, byte[], int, int) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.OpenSession32CmdBuild
Instantiates a new AbstractOpenSessionCmdBuild.
OpenSession32RespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the Open session response from a PO revision 3.2 .
OpenSession32RespPars(ApduResponse, OpenSession32CmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.OpenSession32RespPars
Instantiates a new OpenSession32RespPars from the response.
org.eclipse.keyple.calypso - package org.eclipse.keyple.calypso
Contains the specific POJOs, services and classes to manage Calypso products in the Keyple environment.
org.eclipse.keyple.calypso.command - package org.eclipse.keyple.calypso.command
Contains the definitions of the Calypso commands and their associated builders and parsers.
org.eclipse.keyple.calypso.command.po - package org.eclipse.keyple.calypso.command.po
Contains the definitions of the Calypso PO commands and their associated builders and parsers.
org.eclipse.keyple.calypso.command.po.builder - package org.eclipse.keyple.calypso.command.po.builder
Contains the PO command builders.
org.eclipse.keyple.calypso.command.po.builder.security - package org.eclipse.keyple.calypso.command.po.builder.security
Contains the security related PO command builders.
org.eclipse.keyple.calypso.command.po.builder.storedvalue - package org.eclipse.keyple.calypso.command.po.builder.storedvalue
Contains the Stored Value PO command builders.
org.eclipse.keyple.calypso.command.po.exception - package org.eclipse.keyple.calypso.command.po.exception
Contains the exceptions that may be raised when processing a PO command.
org.eclipse.keyple.calypso.command.po.parser - package org.eclipse.keyple.calypso.command.po.parser
Contains the PO command parsers.
org.eclipse.keyple.calypso.command.po.parser.security - package org.eclipse.keyple.calypso.command.po.parser.security
Contains the security related PO command parsers.
org.eclipse.keyple.calypso.command.po.parser.storedvalue - package org.eclipse.keyple.calypso.command.po.parser.storedvalue
Contains the Stored Value PO command parsers.
org.eclipse.keyple.calypso.command.sam - package org.eclipse.keyple.calypso.command.sam
Contains the definitions of the Calypso SAM commands and their associated builders and parsers.
org.eclipse.keyple.calypso.command.sam.builder.security - package org.eclipse.keyple.calypso.command.sam.builder.security
Contains the SAM command builders.
org.eclipse.keyple.calypso.command.sam.exception - package org.eclipse.keyple.calypso.command.sam.exception
Contains the exceptions that may be raised when processing a SAM command.
org.eclipse.keyple.calypso.command.sam.parser.security - package org.eclipse.keyple.calypso.command.sam.parser.security
Contains the SAM command parsers.
org.eclipse.keyple.calypso.exception - package org.eclipse.keyple.calypso.exception
Contains the generic Calypso exceptions.
org.eclipse.keyple.calypso.transaction - package org.eclipse.keyple.calypso.transaction
Contains the services and POJOs providing the high-level API to manage PO selections and transactions.
org.eclipse.keyple.calypso.transaction.exception - package org.eclipse.keyple.calypso.transaction.exception
Contains the Calypso exception raised when processing a PO transaction.
org.eclipse.keyple.calypso.transaction.sammanager - package org.eclipse.keyple.calypso.transaction.sammanager
 

P

parse(CardSelectionResponse) - Method in class org.eclipse.keyple.calypso.transaction.PoSelection
Parses the provided CardSelectionResponse and create a CalypsoPo object.
parse(CardSelectionResponse) - Method in class org.eclipse.keyple.calypso.transaction.SamSelection
Create a CalypsoSam object containing the selection data received from the plugin
If an Unlock command has been prepared, its status is checked.
pinCipheringKey(byte, byte) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Provides the KIF/KVC pair of the PIN ciphering key
pinTransmissionMode(PoTransaction.PinTransmissionMode) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Set the PIN Transmission Mode
The default value is ENCRYPTED
PoClass - Enum in org.eclipse.keyple.calypso.command
Defines the two existing ISO7816 class bytes for a Calypso PO command.: LEGACY for REV1 / BPRIME type PO, ISO for REV2/3 / B type
PoGetChallengeCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Get Challenge APDU command.
PoGetChallengeCmdBuild(PoClass) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.PoGetChallengeCmdBuild
Instantiates a new PoGetChallengeCmdBuild.
PoGetChallengeRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the PO Get challenge response.
PoGetChallengeRespPars(ApduResponse, PoGetChallengeCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.PoGetChallengeRespPars
Instantiates a new PoGetChallengeRespPars.
PoRevision - Enum in org.eclipse.keyple.calypso.command.po
Calypso revisions
PoSecuritySettings - Class in org.eclipse.keyple.calypso.transaction
Manages the security settings involved in Calypso secure sessions.
PoSecuritySettings.PoSecuritySettingsBuilder - Class in org.eclipse.keyple.calypso.transaction
Builder class for PoSecuritySettings
PoSecuritySettingsBuilder(CardResource<CalypsoSam>) - Constructor for class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Constructor
PoSelection - Class in org.eclipse.keyple.calypso.transaction
This service extends AbstractCardSelection to manage specific features of Calypso POs during the selection step.
PoSelection(PoSelector) - Constructor for class org.eclipse.keyple.calypso.transaction.PoSelection
Constructor.
PoSelector - Class in org.eclipse.keyple.calypso.transaction
This POJO contains the information needed to select a particular PO and specify the behavior in case of invalidation.
PoSelector.InvalidatedPo - Enum in org.eclipse.keyple.calypso.transaction
Indicates if an invalidated PO should be selected or not.
PoSelector.PoSelectorBuilder - Class in org.eclipse.keyple.calypso.transaction
Builder class for PoSelector
PoTransaction - Class in org.eclipse.keyple.calypso.transaction
This service provides the high-level API to manage transactions with a Calypso PO.
PoTransaction(CardResource<CalypsoPo>, PoSecuritySettings) - Constructor for class org.eclipse.keyple.calypso.transaction.PoTransaction
Constructor.
PoTransaction(CardResource<CalypsoPo>) - Constructor for class org.eclipse.keyple.calypso.transaction.PoTransaction
Constructor.
PoTransaction.PinTransmissionMode - Enum in org.eclipse.keyple.calypso.transaction
Defines the PIN transmission modes: plain or encrypted.
PoTransaction.SessionSetting - Class in org.eclipse.keyple.calypso.transaction
Contains the Calypso Secure Session set of parameters.
PoTransaction.SessionSetting.AccessLevel - Enum in org.eclipse.keyple.calypso.transaction
The PO Transaction Access Level: personalization, loading or debiting.
PoTransaction.SessionSetting.ModificationMode - Enum in org.eclipse.keyple.calypso.transaction
The modification mode indicates whether the secure session can be closed and reopened to manage the limitation of the PO buffer memory.
PoTransaction.SessionSetting.RatificationMode - Enum in org.eclipse.keyple.calypso.transaction
The ratification mode defines the behavior of processClosing regarding the ratification process.
PoTransaction.SvSettings - Class in org.eclipse.keyple.calypso.transaction
Defines the Stored Value transactions parameters
PoTransaction.SvSettings.Action - Enum in org.eclipse.keyple.calypso.transaction
Defines the type of action.
PoTransaction.SvSettings.LogRead - Enum in org.eclipse.keyple.calypso.transaction
Defines the reading modes of the SV log.
PoTransaction.SvSettings.NegativeBalance - Enum in org.eclipse.keyple.calypso.transaction
Defines the acceptance modes for negative balances.
PoTransaction.SvSettings.Operation - Enum in org.eclipse.keyple.calypso.transaction
Defines the type of operation to be performed
prepareAppendRecord(byte, byte[]) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Append Record command to adds the data provided in the indicated cyclic file.
prepareCheckPinStatus() - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Verify Pin command without PIN presentation in order to get the attempt counter.
prepareDecreaseCounter(byte, int, int) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Decrease command command to decrease the target counter.
prepareIncreaseCounter(byte, int, int) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Increase command command to increase the target counter.
prepareInvalidate() - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Invalidate command.
prepareReadCounterFile(byte, int) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Read Records command to reads a record of the indicated EF, which should be a counter file.
prepareReadRecordFile(byte, int) - Method in class org.eclipse.keyple.calypso.transaction.PoSelection
Adds a command APDU to read a single record from the indicated EF.
prepareReadRecordFile(byte, int) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Read Records command to read a single record from the indicated EF.
prepareReadRecordFile(byte, int, int, int) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Read Records command to read one or more records from the indicated EF.
prepareRehabilitate() - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Rehabilitate command.
prepareReleasePoChannel() - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Requests the closing of the PO channel.
prepareSelectFile(byte[]) - Method in class org.eclipse.keyple.calypso.transaction.PoSelection
Adds a command APDU to select file with an LID provided as a 2-byte byte array.
prepareSelectFile(short) - Method in class org.eclipse.keyple.calypso.transaction.PoSelection
Adds a command APDU to select file with an LID provided as a short.
prepareSelectFile(SelectFileControl) - Method in class org.eclipse.keyple.calypso.transaction.PoSelection
Adds a command APDU to select file according to the provided SelectFileControl enum entry indicating the navigation case: FIRST, NEXT or CURRENT.
prepareSelectFile(byte[]) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Select File command based on the file's LID.
prepareSelectFile(SelectFileControl) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Select File command using a navigation control defined by the ISO standard.
prepareSetCounter(byte, int, int) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a command to set the value of the target counter.
prepareSvDebit(int, byte[], byte[]) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a SV Debit or SV Undebit command to increase the current SV balance or to partially or totally cancels the last SV debit command and using the provided additional data.
prepareSvDebit(int) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a SV Debit or SV Undebit command to increase the current SV balance or to partially or totally cancels the last SV debit command.
prepareSvGet(PoTransaction.SvSettings.Operation, PoTransaction.SvSettings.Action) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a SV Get command to prepare an SV operation or simply retrieves the current SV status.
prepareSvReadAllLogs() - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of Read Records commands to read all SV logs.
prepareSvReload(int, byte[], byte[], byte[]) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a SV Reload command to increase the current SV balance and using the provided additional data.
prepareSvReload(int) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a SV Reload command to increase the current SV balance.
prepareUpdateRecord(byte, int, byte[]) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Update Record command to overwrites the target file's record contents with the provided data.
prepareWriteRecord(byte, int, byte[]) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Schedules the execution of a Write Record command to updates the target file's record contents with the result of a binary OR between the existing data and the provided data.
processCancel() - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Aborts a Secure Session.
processClosing() - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Terminates the Secure Session sequence started with PoTransaction.processOpening(SessionSetting.AccessLevel).
processOpening(PoTransaction.SessionSetting.AccessLevel) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Opens a Calypso Secure Session and then executes all previously prepared commands.
processPoCommands() - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Process all previously prepared PO commands outside or inside a Secure Session.
processVerifyPin(byte[]) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Performs a PIN verification, in order to authenticate the card holder and/or unlock access to certain PO files.
processVerifyPin(String) - Method in class org.eclipse.keyple.calypso.transaction.PoTransaction
Invokes PoTransaction.processVerifyPin(byte[]) with a string converted into an array of bytes as argument.

R

RatificationCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Provides the ApduRequest dedicated to the ratification command.
ratificationMode(PoTransaction.SessionSetting.RatificationMode) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Set the Ratification Mode
The default value is CLOSE_RATIFIED
ReadRecordsCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder
Builds the Read Records APDU command.
ReadRecordsCmdBuild(PoClass, int, int, ReadRecordsCmdBuild.ReadMode, int) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.ReadRecordsCmdBuild
Instantiates a new read records cmd build.
ReadRecordsCmdBuild.ReadMode - Enum in org.eclipse.keyple.calypso.command.po.builder
Indicates if one or multiple records
ReadRecordsRespPars - Class in org.eclipse.keyple.calypso.command.po.parser
Parses the Read Records response.
ReadRecordsRespPars(ApduResponse, ReadRecordsCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.ReadRecordsRespPars
Instantiates a new ReadRecordsRespPars.
RehabilitateCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Rehabilitate command.
RehabilitateCmdBuild(PoClass) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.RehabilitateCmdBuild
Instantiates a new RehabilitateCmdBuild.
RehabilitateRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the Rehabilitate response.
RehabilitateRespPars(ApduResponse, RehabilitateCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.RehabilitateRespPars
Instantiates a new RehabilitateRespPars.
removeResource(Reader) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerDefault
Deprecated.
Remove a CardResource from the current CardResource CalypsoSam> list

S

SamGetChallengeCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Get Challenge APDU command.
SamGetChallengeCmdBuild(SamRevision, byte) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SamGetChallengeCmdBuild
Instantiates a new SamGetChallengeCmdBuild.
SamGetChallengeRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the get challenge response.
SamGetChallengeRespPars(ApduResponse, SamGetChallengeCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.SamGetChallengeRespPars
Instantiates a new SamGetChallengeRespPars .
SamIdentifier - Class in org.eclipse.keyple.calypso.transaction.sammanager
Deprecated. 
SamIdentifier.SamIdentifierBuilder - Class in org.eclipse.keyple.calypso.transaction.sammanager
Deprecated.
Builder for a SamIdentifier
SamIdentifierBuilder() - Constructor for class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier.SamIdentifierBuilder
Deprecated.
 
SamReadCeilingsCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Read Ceilings APDU command.
SamReadCeilingsCmdBuild(SamRevision, SamReadCeilingsCmdBuild.CeilingsOperationType, int) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadCeilingsCmdBuild
Instantiates a new SamReadCeilingsCmdBuild.
SamReadCeilingsCmdBuild.CeilingsOperationType - Enum in org.eclipse.keyple.calypso.command.sam.builder.security
Ceiling operation type
SamReadCeilingsRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Read ceilings response.
SamReadCeilingsRespPars(ApduResponse, SamReadCeilingsCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.SamReadCeilingsRespPars
Instantiates a new SamReadEventCounterRespPars.
samReaderPlugin - Variable in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerDefault
Deprecated.
 
samReaderPlugin - Variable in class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerPool
Deprecated.
 
SamReadEventCounterCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Read Event Counter APDU command.
SamReadEventCounterCmdBuild(SamRevision, SamReadEventCounterCmdBuild.SamEventCounterOperationType, int) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadEventCounterCmdBuild
Instantiate a new SamReadEventCounterCmdBuild
SamReadEventCounterCmdBuild.SamEventCounterOperationType - Enum in org.eclipse.keyple.calypso.command.sam.builder.security
Event counter operation type
SamReadEventCounterRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Read event counter.
SamReadEventCounterRespPars(ApduResponse, SamReadEventCounterCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.SamReadEventCounterRespPars
Instantiates a new SamReadEventCounterRespPars.
SamReadKeyParametersCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Read Key Parameters APDU command.
SamReadKeyParametersCmdBuild(SamRevision) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild
 
SamReadKeyParametersCmdBuild(SamRevision, byte) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild
 
SamReadKeyParametersCmdBuild(SamRevision, byte, byte) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild
 
SamReadKeyParametersCmdBuild(SamRevision, SamReadKeyParametersCmdBuild.SourceRef, int) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild
 
SamReadKeyParametersCmdBuild(SamRevision, byte, SamReadKeyParametersCmdBuild.NavControl) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild
 
SamReadKeyParametersCmdBuild.NavControl - Enum in org.eclipse.keyple.calypso.command.sam.builder.security
Navigation control
SamReadKeyParametersCmdBuild.SourceRef - Enum in org.eclipse.keyple.calypso.command.sam.builder.security
Source reference
SamReadKeyParametersRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the read key parameters response.
SamReadKeyParametersRespPars(ApduResponse, SamReadKeyParametersCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.SamReadKeyParametersRespPars
Instantiates a new SamReadKeyParametersRespPars.
SamResourceManager - Class in org.eclipse.keyple.calypso.transaction.sammanager
Management of SAM resources:
SamResourceManager() - Constructor for class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManager
 
SamResourceManager.AllocationMode - Enum in org.eclipse.keyple.calypso.transaction.sammanager
 
SamResourceManagerDefault - Class in org.eclipse.keyple.calypso.transaction.sammanager
Deprecated. 
SamResourceManagerDefault(Plugin, String, int, int) - Constructor for class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerDefault
Deprecated.
Protected constructor, use the SamResourceManagerFactory
SamResourceManagerFactory - Class in org.eclipse.keyple.calypso.transaction.sammanager
Deprecated. 
SamResourceManagerFactory() - Constructor for class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerFactory
Deprecated.
 
SamResourceManagerPool - Class in org.eclipse.keyple.calypso.transaction.sammanager
Deprecated. 
SamResourceManagerPool(PoolPlugin, int, int) - Constructor for class org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManagerPool
Deprecated.
Protected constructor, use the SamResourceManagerFactory
SamRevision - Enum in org.eclipse.keyple.calypso.command.sam
This enumeration registers all supported revisions of SAM.
samRevision(SamRevision) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier.SamIdentifierBuilder
Deprecated.
Sets the targeted SAM revision
samRevision(SamRevision) - Method in class org.eclipse.keyple.calypso.transaction.SamSelector.SamSelectorBuilder
Sets the SAM revision
SamSelection - Class in org.eclipse.keyple.calypso.transaction
Specialized selection request to manage the specific characteristics of Calypso SAMs
Beyond the creation of a CalypsoSam object, this class also allows to execute a command to Unlock the SAM if unlockData are present in the SamSelector.
This unlock command is currently the only one allowed during the SAM selection process.
SamSelection(SamSelector) - Constructor for class org.eclipse.keyple.calypso.transaction.SamSelection
Create a SamSelection
SamSelector - Class in org.eclipse.keyple.calypso.transaction
The SamSelector class extends CardSelector to handle specific Calypso SAM needs such as model identification.
SamSelector.SamSelectorBuilder - Class in org.eclipse.keyple.calypso.transaction
Builder of SamSelector
SamSelectorBuilder() - Constructor for class org.eclipse.keyple.calypso.transaction.SamSelector.SamSelectorBuilder
 
SamWriteKeyCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Write Key APDU command.
SamWriteKeyCmdBuild(SamRevision, byte, byte, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SamWriteKeyCmdBuild
Builder constructor
SamWriteKeyRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Write Key response.
SamWriteKeyRespPars(ApduResponse, SamWriteKeyCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.SamWriteKeyRespPars
Instantiates a new UnlockRespPars.
SecureSession(byte[], byte[], boolean, boolean, byte, byte, byte[], byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
Instantiates a new SecureSession for a Calypso application revision 3
SecureSession(byte[], byte[], boolean, boolean, Byte, byte[], byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars.SecureSession
Instantiates a new SecureSession for a Calypso application revision 2.4
SelectDiversifierCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the SAM Select Diversifier APDU command.
SelectDiversifierCmdBuild(SamRevision, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SelectDiversifierCmdBuild
Instantiates a new SelectDiversifierCmdBuild.
SelectDiversifierRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Select diversifier response.
SelectDiversifierRespPars(ApduResponse, SelectDiversifierCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.SelectDiversifierRespPars
Instantiates a new SelectDiversifierRespPars.
SelectFileCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder
Builds the Select File APDU commands.
SelectFileCmdBuild(PoClass, SelectFileControl) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.SelectFileCmdBuild
Instantiates a new SelectFileCmdBuild to select the first, next or current file in the current DF.
SelectFileCmdBuild(PoClass, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.SelectFileCmdBuild
Instantiates a new SelectFileCmdBuild to select the first, next or current file in the current DF.
SelectFileControl - Enum in org.eclipse.keyple.calypso
Definitions governing the expected behavior of the selection command (see the specifics of this command in the ISO7816-4 standard and the Calypso specification)
SelectFileRespPars - Class in org.eclipse.keyple.calypso.command.po.parser
Parses the response to a Select File command.
SelectFileRespPars(ApduResponse, SelectFileCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.SelectFileRespPars
Instantiates a new SelectFileRespPars.
serialNumber(String) - Method in class org.eclipse.keyple.calypso.transaction.sammanager.SamIdentifier.SamIdentifierBuilder
Deprecated.
Sets the targeted SAM serial number
serialNumber(String) - Method in class org.eclipse.keyple.calypso.transaction.SamSelector.SamSelectorBuilder
Sets the SAM serial number regex
sessionAuthorizedKvcList(List<Byte>) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Provides a list of authorized KVC
sessionDefaultKeyRecordNumber(PoTransaction.SessionSetting.AccessLevel, byte) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Set the default key record number
sessionDefaultKif(PoTransaction.SessionSetting.AccessLevel, byte) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Set the default KIF
sessionDefaultKvc(PoTransaction.SessionSetting.AccessLevel, byte) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Set the default KVC
sessionModificationMode(PoTransaction.SessionSetting.ModificationMode) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Set the Session Modification Mode
The default value is ATOMIC
SessionSetting() - Constructor for class org.eclipse.keyple.calypso.transaction.PoTransaction.SessionSetting
 
STATUS_TABLE - Static variable in class org.eclipse.keyple.calypso.command.sam.AbstractSamResponseParser
 
SvCheckCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the SV Check APDU command.
SvCheckCmdBuild(SamRevision, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SvCheckCmdBuild
Instantiates a new SvCheckCmdBuild to authenticate a card SV transaction.
SvCheckRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the SV Check response.
SvCheckRespPars(ApduResponse, SvCheckCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.SvCheckRespPars
Instantiates a new SvCheckRespPars.
SvDebitCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.storedvalue
Builds the SV Debit command.
SvDebitCmdBuild(PoClass, PoRevision, int, byte, byte[], byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvDebitCmdBuild
Instantiates a new SvDebitCmdBuild.
SvDebitLogRecord - Class in org.eclipse.keyple.calypso.transaction
This POJO contains the data of a Stored Value debit log.
SvDebitLogRecord(byte[], int) - Constructor for class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Constructor
SvDebitRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.storedvalue
Parses the SV Debit response.
SvDebitRespPars(ApduResponse, SvDebitCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvDebitRespPars
Constructor to build a parser of the SvDebit command response.
SvGetCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.storedvalue
Builds the SV Get command.
SvGetCmdBuild(PoClass, PoRevision, PoTransaction.SvSettings.Operation) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvGetCmdBuild
Instantiates a new SvGetCmdBuild.
svGetLogReadMode(PoTransaction.SvSettings.LogRead) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Sets the SV Get log read mode to indicate whether only one or both log files are to be read
SvGetRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.storedvalue
Parses the SV Get response.
SvGetRespPars(byte[], ApduResponse, SvGetCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvGetRespPars
Constructor to build a parser of the SvGet command response.
SvLoadLogRecord - Class in org.eclipse.keyple.calypso.transaction
This POJO contains the data of a Stored Value load log.
SvLoadLogRecord(byte[], int) - Constructor for class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Constructor
svNegativeBalance(PoTransaction.SvSettings.NegativeBalance) - Method in class org.eclipse.keyple.calypso.transaction.PoSecuritySettings.PoSecuritySettingsBuilder
Sets the SV negative balance mode to indicate whether negative balances are allowed or not
SvPrepareDebitCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the SV Prepare Debit APDU command.
SvPrepareDebitCmdBuild(SamRevision, byte[], byte[], byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SvPrepareDebitCmdBuild
Instantiates a new SvPrepareDebitCmdBuild to prepare a debit transaction.
SvPrepareLoadCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the SV Prepare Load APDU command.
SvPrepareLoadCmdBuild(SamRevision, byte[], byte[], byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SvPrepareLoadCmdBuild
Instantiates a new SvPrepareLoadCmdBuild to prepare a load transaction.
SvPrepareOperationRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Sv Prepare response.
SvPrepareOperationRespPars(ApduResponse, AbstractSamCommandBuilder) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.SvPrepareOperationRespPars
Instantiates a new SvPrepareOperationRespPars.
SvPrepareUndebitCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the SV Undebit APDU command.
SvPrepareUndebitCmdBuild(SamRevision, byte[], byte[], byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.SvPrepareUndebitCmdBuild
Instantiates a new SvPrepareUndebitCmdBuild to prepare a transaction to cancel a previous debit transaction.
SvReloadCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.storedvalue
Builds the SV Reload command.
SvReloadCmdBuild(PoClass, PoRevision, int, byte, byte[], byte[], byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvReloadCmdBuild
Instantiates a new SvReloadCmdBuild.
SvReloadRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.storedvalue
Parses the SV Reload response.
SvReloadRespPars(ApduResponse, SvReloadCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvReloadRespPars
Constructor to build a parser of the SvDebit command response.
SvSettings() - Constructor for class org.eclipse.keyple.calypso.transaction.PoTransaction.SvSettings
 
SvUndebitCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.storedvalue
Builds the SV Undebit command.
SvUndebitCmdBuild(PoClass, PoRevision, int, byte, byte[], byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.storedvalue.SvUndebitCmdBuild
Instantiates a new SvUndebitCmdBuild.
SvUndebitRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.storedvalue
Parses the SV Undebit response.
SvUndebitRespPars(ApduResponse, SvUndebitCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.storedvalue.SvUndebitRespPars
Constructor to build a parser of the SvUndebit command response.

T

toString() - Method in class org.eclipse.keyple.calypso.transaction.DirectoryHeader
 
toString() - Method in class org.eclipse.keyple.calypso.transaction.ElementaryFile
 
toString() - Method in class org.eclipse.keyple.calypso.transaction.FileData
 
toString() - Method in class org.eclipse.keyple.calypso.transaction.FileHeader
 
toString() - Method in class org.eclipse.keyple.calypso.transaction.SvDebitLogRecord
Gets the SV debit log record a JSON formatted string
toString() - Method in class org.eclipse.keyple.calypso.transaction.SvLoadLogRecord
Gets the SV load log record a JSON formatted string

U

UnlockCmdBuild - Class in org.eclipse.keyple.calypso.command.sam.builder.security
Builds the Unlock APDU command.
UnlockCmdBuild(SamRevision, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.sam.builder.security.UnlockCmdBuild
Builder constructor
unlockData(byte[]) - Method in class org.eclipse.keyple.calypso.transaction.SamSelector.SamSelectorBuilder
Sets the unlock data
UnlockRespPars - Class in org.eclipse.keyple.calypso.command.sam.parser.security
Parses the Unlock response.
UnlockRespPars(ApduResponse, UnlockCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.sam.parser.security.UnlockRespPars
Instantiates a new UnlockRespPars.
UpdateRecordCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder
Builds the Update Record APDU command.
UpdateRecordCmdBuild(PoClass, byte, int, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.UpdateRecordCmdBuild
Instantiates a new UpdateRecordCmdBuild.
UpdateRecordRespPars - Class in org.eclipse.keyple.calypso.command.po.parser
Parses the Update Record response.
UpdateRecordRespPars(ApduResponse, UpdateRecordCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.UpdateRecordRespPars
Instantiates a new UpdateRecordRespPars.

V

valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.po.builder.ReadRecordsCmdBuild.ReadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.po.CalypsoPoCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.po.PoRevision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.PoClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.sam.builder.security.SamReadCeilingsCmdBuild.CeilingsOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.sam.builder.security.SamReadEventCounterCmdBuild.SamEventCounterOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild.NavControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild.SourceRef
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.sam.CalypsoSamCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.command.sam.SamRevision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.SelectFileControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.FileHeader.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.PoSelector.InvalidatedPo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.PinTransmissionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SessionSetting.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SessionSetting.ModificationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SessionSetting.RatificationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SvSettings.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SvSettings.LogRead
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SvSettings.NegativeBalance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SvSettings.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManager.AllocationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.keyple.calypso.command.po.builder.ReadRecordsCmdBuild.ReadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.command.po.CalypsoPoCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.command.po.PoRevision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.command.PoClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.command.sam.builder.security.SamReadCeilingsCmdBuild.CeilingsOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.command.sam.builder.security.SamReadEventCounterCmdBuild.SamEventCounterOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild.NavControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.command.sam.builder.security.SamReadKeyParametersCmdBuild.SourceRef
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.command.sam.CalypsoSamCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.command.sam.SamRevision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.SelectFileControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.FileHeader.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.PoSelector.InvalidatedPo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.PinTransmissionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SessionSetting.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SessionSetting.ModificationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SessionSetting.RatificationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SvSettings.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SvSettings.LogRead
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SvSettings.NegativeBalance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.PoTransaction.SvSettings.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.keyple.calypso.transaction.sammanager.SamResourceManager.AllocationMode
Returns an array containing the constants of this enum type, in the order they are declared.
VerifyPinCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder.security
Builds the Verify PIN command.
VerifyPinCmdBuild(PoClass, PoTransaction.PinTransmissionMode, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.VerifyPinCmdBuild
Verify the PIN
VerifyPinCmdBuild(PoClass) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.security.VerifyPinCmdBuild
Alternate builder dedicated to the reading of the wrong presentation counter
VerifyPinRespPars - Class in org.eclipse.keyple.calypso.command.po.parser.security
Parses the Verify PIN response.
VerifyPinRespPars(ApduResponse, VerifyPinCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.security.VerifyPinRespPars
Instantiates a new VerifyPinRespPars

W

wasRatified() - Method in class org.eclipse.keyple.calypso.command.po.parser.security.AbstractOpenSessionRespPars
 
WriteRecordCmdBuild - Class in org.eclipse.keyple.calypso.command.po.builder
Builds the Write Record APDU command.
WriteRecordCmdBuild(PoClass, byte, int, byte[]) - Constructor for class org.eclipse.keyple.calypso.command.po.builder.WriteRecordCmdBuild
Instantiates a new WriteRecordCmdBuild.
WriteRecordRespPars - Class in org.eclipse.keyple.calypso.command.po.parser
Parses the Write Record response.
WriteRecordRespPars(ApduResponse, WriteRecordCmdBuild) - Constructor for class org.eclipse.keyple.calypso.command.po.parser.WriteRecordRespPars
Instantiates a new WriteRecordRespPars
A B C D E F G H I K M O P R S T U V W 
Skip navigation links
Copyright © Eclipse Foundation, Inc. All Rights Reserved.