A B C D E F G H I L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acceptInvalidatedCard() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Request to accept invalidated cards during the selection stage.
- addAuthorizedSessionKey(byte, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Adds an authorized session key defined by its KIF and KVC values.
- addAuthorizedSvKey(byte, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Adds an authorized Stored Value key defined by its KIF and KVC values.
- addSuccessfulStatusWord(int) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Deprecated.Use
CalypsoCardSelection.acceptInvalidatedCard()
method instead. (will be soon removed) - assignDefaultKif(WriteAccessLevel, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Defines for a given write access level the default KIF value to use when it could not be determined by any other means.
- assignDefaultKvc(WriteAccessLevel, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Defines for a given write access level the KVC value to use for cards that do not provide KVC.
- assignKif(WriteAccessLevel, byte, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Defines for a given write access level the KIF value to use for cards that only provide KVC.
- authorizeSvNegativeBalance() - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Allows the SV balance to become negative.
B
- BASIC - org.calypsonet.terminal.calypso.card.CalypsoCard.ProductType
-
Card Calypso Basic
- BasicSignatureComputationData - Interface in org.calypsonet.terminal.calypso.transaction
-
Contains the input/output data of the
CommonTransactionManager.prepareComputeSignature(CommonSignatureComputationData)
method for basic signature computation using the "Data Cipher" SAM command. - BasicSignatureVerificationData - Interface in org.calypsonet.terminal.calypso.transaction
-
Contains the input/output data of the
CommonTransactionManager.prepareVerifySignature(CommonSignatureVerificationData)
method for basic signature verification using the "Data Cipher" SAM command. - BINARY - org.calypsonet.terminal.calypso.card.ElementaryFile.Type
-
A Binary EF contains a single continuous sequence of data bytes from byte #0 (first byte) to byte #N−1 (last byte, for a binary file of N bytes).
C
- CalypsoApiProperties - Class in org.calypsonet.terminal.calypso
-
API properties.
- CalypsoCard - Interface in org.calypsonet.terminal.calypso.card
-
A dynamic view of the card's content, regularly updated from the selection stage to the end of the transaction.
- CalypsoCard.ProductType - Enum in org.calypsonet.terminal.calypso.card
-
All Calypso Card products supported by this API.
- CalypsoCardSelection - Interface in org.calypsonet.terminal.calypso.card
-
Card specific
CardSelection
providing means to filter cards, select applications and define optional commands to be executed during the selection phase. - CalypsoCardSelection.FileControlInformation - Enum in org.calypsonet.terminal.calypso.card
-
Types of templates available in return for the Select Application command, according to the ISO7816-4 standard.
- CalypsoCardSelection.FileOccurrence - Enum in org.calypsonet.terminal.calypso.card
-
Navigation options through the different applications contained in the card according to the ISO7816-4 standard.
- CalypsoSam - Interface in org.calypsonet.terminal.calypso.sam
-
A static and partial view of the SAM's content.
- CalypsoSam.ProductType - Enum in org.calypsonet.terminal.calypso.sam
-
All Calypso SAM products supported by this API.
- CalypsoSamSelection - Interface in org.calypsonet.terminal.calypso.sam
-
SAM specific
CardSelection
providing means to filter SAM and define optional commands to be executed during the selection phase such as the Unlock command. - CardIOException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates a communication error with the card (e.g.
- CardIOException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.CardIOException
- CardIOException(String, Throwable) - Constructor for exception org.calypsonet.terminal.calypso.transaction.CardIOException
-
Encapsulates a lower level exception.
- CardRevokedException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates that the card is revoked.
- CardRevokedException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.CardRevokedException
- CardSecuritySetting - Interface in org.calypsonet.terminal.calypso.transaction
-
Data to manage the security operations of a Calypso card transaction.
- CardSignatureNotVerifiableException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates that the card has correctly closed the secure session, but that it is impossible to check the authenticity of the card session because the SAM is no more available (timeout, network problem, etc...).
- CardSignatureNotVerifiableException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.CardSignatureNotVerifiableException
- CardSignatureNotVerifiableException(String, Throwable) - Constructor for exception org.calypsonet.terminal.calypso.transaction.CardSignatureNotVerifiableException
-
Encapsulates a lower level exception.
- CardTransactionManager - Interface in org.calypsonet.terminal.calypso.transaction
-
Service providing the high-level API to manage transactions with a Calypso card.
- CommonSecuritySetting<S extends CommonSecuritySetting<S>> - Interface in org.calypsonet.terminal.calypso.transaction
-
Common data to manage the security operations of a Calypso transaction.
- CommonSignatureComputationData<T extends CommonSignatureComputationData<T>> - Interface in org.calypsonet.terminal.calypso.transaction
-
Contains the input/output data of the
CommonTransactionManager.prepareComputeSignature(CommonSignatureComputationData)
method for common signature computation modes. - CommonSignatureVerificationData<T extends CommonSignatureVerificationData<T>> - Interface in org.calypsonet.terminal.calypso.transaction
-
Contains the input/output data of the
CommonTransactionManager.prepareVerifySignature(CommonSignatureVerificationData)
method for common signature verification modes. - CommonTransactionManager<T extends CommonTransactionManager<T,S>,S extends CommonSecuritySetting<S>> - Interface in org.calypsonet.terminal.calypso.transaction
-
Common service providing the high-level API to manage transactions with a Calypso card or SAM.
- COUNTERS - org.calypsonet.terminal.calypso.card.ElementaryFile.Type
-
A Counters EF is made of a single record containing an ordered sequence of K counters of three bytes each, from counter #1 (bytes at offsets 0, 1 and 2 of the record) to counter #K.
- CSAM_F - org.calypsonet.terminal.calypso.sam.CalypsoSam.ProductType
-
Deprecated.Unused product type (will soon be removed).
- CURRENT_DF - org.calypsonet.terminal.calypso.SelectFileControl
-
The current Calypso DF
- CYCLIC - org.calypsonet.terminal.calypso.card.ElementaryFile.Type
-
A Cyclic EF is made of 1 to several records organized in a cycle, from the most recent (record #1) to the oldest.
D
- DEBIT - org.calypsonet.terminal.calypso.transaction.SvOperation
-
Decrease the balance of the stored value
- DEBIT - org.calypsonet.terminal.calypso.WriteAccessLevel
-
For debit operations only.
- DirectoryHeader - Interface in org.calypsonet.terminal.calypso.card
-
Calypso DF metadata.
- DO - org.calypsonet.terminal.calypso.transaction.SvAction
-
In the case of a
SvOperation.RELOAD
, loads a positive amount; in the case of aSvOperation.DEBIT
, debits a positive amount
E
- EF_LIST - org.calypsonet.terminal.calypso.GetDataTag
-
List of EFs in the current DF.
- ElementaryFile - Interface in org.calypsonet.terminal.calypso.card
-
Calypso Elementary File.
- ElementaryFile.Type - Enum in org.calypsonet.terminal.calypso.card
-
The different types of EF.
- enableMultipleSession() - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Enables multiple session mode to allow more changes to the card than the session buffer can handle.
- enablePinPlainTransmission() - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Enables the PIN transmission in plain text.
- enableRatificationMechanism() - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Enables the ratification mechanism to handle the early removal of the card preventing the terminal from receiving the acknowledgement of the session closing.
- enableRepeatedOffset() - Method in interface org.calypsonet.terminal.calypso.transaction.SearchCommandData
-
Allows the command to analyze the data present at the given offset, and repeatedly at each following offset, until the end of the record is reached.
- enableSvLoadAndDebitLog() - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Enables the retrieval of both loading and debit log records.
F
- FCI - org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileControlInformation
-
File control information.
- FCI_FOR_CURRENT_DF - org.calypsonet.terminal.calypso.GetDataTag
-
FCI for the current DF, as returned by Select Application.
- FCP_FOR_CURRENT_FILE - org.calypsonet.terminal.calypso.GetDataTag
-
FCP for the current file, as returned by Select File.
- fetchFirstMatchingResult() - Method in interface org.calypsonet.terminal.calypso.transaction.SearchCommandData
-
Requests to fetch the content of the first matching record into the
CalypsoCard
. - FileData - Interface in org.calypsonet.terminal.calypso.card
-
Calypso EF content.
- FileHeader - Interface in org.calypsonet.terminal.calypso.card
-
Calypso EF metadata.
- filterByCardProtocol(String) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Requests a protocol-based filtering by defining an expected card.
- filterByDfName(byte[]) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Requests a DF Name-based filtering by defining in a byte array the AID that will be included in the standard SELECT APPLICATION command sent to the card during the selection process.
- filterByDfName(String) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Requests a DF Name-based filtering by defining in a hexadecimal string the AID that will be included in the standard SELECT APPLICATION command sent to the card during the selection process.
- filterByPowerOnData(String) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Requests a power-on data-based filtering by defining a regular expression that will be applied to the card's power-on data.
- filterByProductType(CalypsoSam.ProductType) - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSamSelection
-
Sets a filter to target a SAM having the provided specific
CalypsoSam.ProductType
. - filterBySerialNumber(String) - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSamSelection
-
Sets a filter targeting a SAM having a serial number matching the provided regular expression.
- FIRST - org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileOccurrence
-
First occurrence.
- FIRST_EF - org.calypsonet.terminal.calypso.SelectFileControl
-
The first EF of the current Calypso DF
G
- getAccessConditions() - Method in interface org.calypsonet.terminal.calypso.card.DirectoryHeader
-
Gets a reference to access conditions.
- getAccessConditions() - Method in interface org.calypsonet.terminal.calypso.card.FileHeader
-
Gets a reference to the access conditions.
- getAllCountersValue() - Method in interface org.calypsonet.terminal.calypso.card.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 interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Deprecated.Since an EF may not have an SFI, the
CalypsoCard.getFiles()
method must be used instead. (will be soon removed) - getAllRecordsContent() - Method in interface org.calypsonet.terminal.calypso.card.FileData
-
Gets a reference to all known records content.
- getAmount() - Method in interface org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Gets the debit amount value
- getAmount() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the load amount value
- getApplicationSerialNumber() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the Calypso application serial number as an array of bytes.
- getApplicationSubtype() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the Application Subtype that provides a reference to the file structure of the Calypso DF.
- getApplicationSubType() - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSam
-
Gets the application subtype
- getApplicationType() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the Application Type byte which determines the Calypso product type and various options.
- getApplicationType() - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSam
-
Gets the application type
- getBalance() - Method in interface org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Gets the SV balance value
- getBalance() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the SV balance value
- getCalypsoCard() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Deprecated.Useless accessor (will be soon removed).
- getCalypsoSam() - Method in interface org.calypsonet.terminal.calypso.transaction.SamTransactionManager
-
Deprecated.Useless accessor (will be soon removed).
- getCardReader() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Deprecated.Useless accessor (will be soon removed).
- getCardSecuritySetting() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Deprecated.Use
CommonTransactionManager.getSecuritySetting()
instead. (will be soon removed) - getContent() - Method in interface org.calypsonet.terminal.calypso.card.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 interface org.calypsonet.terminal.calypso.card.FileData
-
Gets a reference to the known content of a specific record.
- getContent(int, int, int) - Method in interface org.calypsonet.terminal.calypso.card.FileData
-
Gets a copy of a known content subset of a specific record from dataOffset to dataLength.
- getContentAsCounterValue(int) - Method in interface org.calypsonet.terminal.calypso.card.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. - getData() - Method in interface org.calypsonet.terminal.calypso.card.ElementaryFile
-
Gets the file data.
- GetDataTag - Enum in org.calypsonet.terminal.calypso
-
Enumeration of all supported tags for the Get Data command.
- getDebitDate() - Method in interface org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Gets the debit date as an array of bytes
- getDebitTime() - Method in interface org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Gets the debit time as an array of bytes
- getDfName() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the DF name as an array of bytes.
- getDfStatus() - Method in interface org.calypsonet.terminal.calypso.card.DirectoryHeader
-
Gets the DF status.
- getDfStatus() - Method in interface org.calypsonet.terminal.calypso.card.FileHeader
-
Gets the DF status.
- getDirectoryHeader() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Returns the metadata of the current DF.
- getEfType() - Method in interface org.calypsonet.terminal.calypso.card.FileHeader
-
Gets the Elementary File type.
- getFileByLid(short) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Returns a reference to the
ElementaryFile
that has the provided LID value. - getFileBySfi(byte) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Returns a reference to the
ElementaryFile
that has the provided SFI. - getFiles() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Returns a reference to the set of all known Elementary Files contains inside the current DF.
- getFreeData() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the free bytes as an array of bytes
- getHeader() - Method in interface org.calypsonet.terminal.calypso.card.ElementaryFile
-
Gets the file header.
- getKeyIndexes() - Method in interface org.calypsonet.terminal.calypso.card.DirectoryHeader
-
Gets a reference to keys indexes.
- getKeyIndexes() - Method in interface org.calypsonet.terminal.calypso.card.FileHeader
-
Gets a reference to the keys indexes.
- getKif(WriteAccessLevel) - Method in interface org.calypsonet.terminal.calypso.card.DirectoryHeader
-
Gets the KIF associated to the provided write access level.
- getKvc() - Method in interface org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Gets the KVC of the debit key (as given in the last SV Debit)
- getKvc() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the KVC of the load key (as given in the last SV Reload)
- getKvc(WriteAccessLevel) - Method in interface org.calypsonet.terminal.calypso.card.DirectoryHeader
-
Gets the KVC associated to the provided write access level.
- getLid() - Method in interface org.calypsonet.terminal.calypso.card.DirectoryHeader
-
Gets the associated LID.
- getLid() - Method in interface org.calypsonet.terminal.calypso.card.FileHeader
-
Gets the associated LID.
- getLoadDate() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the load date as an array of bytes
- getLoadTime() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the load time as an array of bytes
- getMatchingRecordNumbers() - Method in interface org.calypsonet.terminal.calypso.transaction.SearchCommandData
-
Returns a list containing the numbers of the records who has matched.
- getPinAttemptRemaining() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gives the number of erroneous PIN presentations remaining before blocking.
- getPlatform() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the platform identification byte which is the reference of the chip.
- getPlatform() - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSam
-
Gets the platform identifier
- getProductInfo() - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSam
-
Gets a text description of the SAM.
- getProductType() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the card product type.
- getProductType() - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSam
-
Gets the SAM product type.
- getRawData() - Method in interface org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Gets the raw data of the SV debit log record.
- getRawData() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the raw data of the SV load log record.
- getRecordSize() - Method in interface org.calypsonet.terminal.calypso.card.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 interface org.calypsonet.terminal.calypso.card.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. - getSamId() - Method in interface org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Gets the SAM ID as an array of bytes
- getSamId() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the SAM ID as an array of bytes
- getSamReader() - Method in interface org.calypsonet.terminal.calypso.transaction.SamTransactionManager
-
Deprecated.Useless accessor (will be soon removed).
- getSamTNum() - Method in interface org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Gets the SAM transaction number value as an int
- getSamTNum() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the SAM transaction number value as an int
- getSecuritySetting() - Method in interface org.calypsonet.terminal.calypso.transaction.CommonTransactionManager
-
Deprecated.Useless accessor (will be soon removed).
- getSerialNumber() - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSam
-
Gets the SAM serial number as an array of bytes
- getSessionModification() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the session modification byte from the startup info structure.
- getSfi() - Method in interface org.calypsonet.terminal.calypso.card.ElementaryFile
-
Gets the associated SFI.
- getSharedReference() - Method in interface org.calypsonet.terminal.calypso.card.FileHeader
-
Gets the non-zero unique identifier of the shared data when the file data is shared.
- getSignature() - Method in interface org.calypsonet.terminal.calypso.transaction.CommonSignatureComputationData
-
Returns the computed signature.
- getSignedData() - Method in interface org.calypsonet.terminal.calypso.transaction.TraceableSignatureComputationData
-
Returns the data that was used to generate the signature.
- getSoftwareIssuer() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the Software Issuer byte that indicates the entity responsible for the software of the selected application.
- getSoftwareIssuer() - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSam
-
Gets the software issuer identifier
- getSoftwareRevision() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the Software Revision field that may be set to any fixed value by the Software Issuer of the Calypso application.
- getSoftwareRevision() - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSam
-
Gets the software revision number
- getSoftwareVersion() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the Software Version field that may be set to any fixed value by the Software Issuer of the Calypso application.
- getSoftwareVersion() - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSam
-
Gets the software version number
- getStartupInfoRawData() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the raw Calypso startup information.
- getSvBalance() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the current SV balance value
- getSvDebitLogAllRecords() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets list of references to the
SvDebitLogRecord
read from the card. - getSvDebitLogLastRecord() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets a reference to the last
SvDebitLogRecord
- getSvLastTNum() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the last SV transaction number
- getSvLoadLogRecord() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets a reference to the last
SvLoadLogRecord
- getSvTNum() - Method in interface org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Gets the SV transaction number value as an int
- getSvTNum() - Method in interface org.calypsonet.terminal.calypso.card.SvLoadLogRecord
-
Gets the SV transaction number value as an int
- getTraceabilityInformation() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Gets the traceability information of the product.
- getTransactionAuditData() - Method in interface org.calypsonet.terminal.calypso.transaction.CommonTransactionManager
-
Returns the audit data of the transaction containing all APDU exchanges with the card and the SAM.
- getTransactionCounter() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Returns the transaction counter value provided in the output data of the last successful "Open Secure Session" command.
H
- HSM_C1 - org.calypsonet.terminal.calypso.sam.CalypsoSam.ProductType
-
SAM C1 HSM
I
- InconsistentDataException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates the detection of inconsistent data related to one of the following cases: A de-synchronization of the APDU exchanges.
- InconsistentDataException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.InconsistentDataException
- InvalidCardSignatureException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates that the card has correctly closed the secure session, but the card session is not authentic because the signature of the card is incorrect.
- InvalidCardSignatureException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.InvalidCardSignatureException
- InvalidCardSignatureException(String, Throwable) - Constructor for exception org.calypsonet.terminal.calypso.transaction.InvalidCardSignatureException
-
Encapsulates a lower level exception.
- InvalidSignatureException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates that a signature is incorrect.
- InvalidSignatureException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.InvalidSignatureException
- InvalidSignatureException(String, Throwable) - Constructor for exception org.calypsonet.terminal.calypso.transaction.InvalidSignatureException
-
Encapsulates a lower level exception.
- isDfInvalidated() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Tells if the current DF is invalidated or not.
- isDfRatified() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Tells if the last session with this card has been ratified or not.
- isExtendedModeSupported() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Indicates whether the Extended Mode is supported or not (since rev 3.2).
- isHce() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Indicates if the card is a Calypso HCE (Host Card Emulation) .
- isPinBlocked() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Indicates if the PIN is blocked.
- isPinFeatureAvailable() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Indicates whether the card has the Calypso PIN feature.
- isPkiModeSupported() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Indicates whether the Public Key Authentication is supported or not (since rev 3.3).
- isRatificationOnDeselectSupported() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Indicates if the ratification is done on deselect (ratification command not necessary).
- isSamRevoked(byte[]) - Method in interface org.calypsonet.terminal.calypso.spi.SamRevocationServiceSpi
-
Checks if the SAM with the provided serial number is revoked or not.
- isSamRevoked(byte[], int) - Method in interface org.calypsonet.terminal.calypso.spi.SamRevocationServiceSpi
-
Checks if the SAM with the provided serial number and the associated counter value is revoked or not.
- isSignatureValid() - Method in interface org.calypsonet.terminal.calypso.transaction.CommonSignatureVerificationData
-
Returns the result of the signature verification process by indicating if the signature is valid or not.
- isSvFeatureAvailable() - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCard
-
Indicates whether the card has the Calypso Stored Value feature.
L
- LAST - org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileOccurrence
-
Last occurrence.
- LIGHT - org.calypsonet.terminal.calypso.card.CalypsoCard.ProductType
-
Card Calypso Light
- LINEAR - org.calypsonet.terminal.calypso.card.ElementaryFile.Type
-
A Linear EF is made of 1 to several records.
- LOAD - org.calypsonet.terminal.calypso.WriteAccessLevel
-
For load and debit operations only.
N
- NEXT - org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileOccurrence
-
Next occurrence.
- NEXT_EF - org.calypsonet.terminal.calypso.SelectFileControl
-
The next EF of the current Calypso DF
- NO_RESPONSE - org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileControlInformation
-
No response expected.
O
- org.calypsonet.terminal.calypso - package org.calypsonet.terminal.calypso
-
Components used in applications to manage Calypso cards.
- org.calypsonet.terminal.calypso.card - package org.calypsonet.terminal.calypso.card
-
Calypso card data structures and selection API.
- org.calypsonet.terminal.calypso.sam - package org.calypsonet.terminal.calypso.sam
-
Calypso SAM data structures and selection API.
- org.calypsonet.terminal.calypso.spi - package org.calypsonet.terminal.calypso.spi
-
Handlers to be implemented by end user applications.
- org.calypsonet.terminal.calypso.transaction - package org.calypsonet.terminal.calypso.transaction
-
Calypso card transaction API.
P
- PERSONALIZATION - org.calypsonet.terminal.calypso.WriteAccessLevel
-
For personalization, load and debit operations.
- prepareActivateEncryption() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Requests the encryption of all following commands.
- prepareAppendRecord(byte, byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Append Record command to adds the data provided in the indicated cyclic file.
- prepareCheckPinStatus() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Verify Pin command without PIN presentation in order to get the attempt counter.
- prepareComputeSignature(CommonSignatureComputationData<?>) - Method in interface org.calypsonet.terminal.calypso.transaction.CommonTransactionManager
-
Schedules the execution of a "Data Cipher" or "PSO Compute Signature" SAM command.
- prepareDeactivateEncryption() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Requests to stop encryption for the following commands.
- prepareDecreaseCounter(byte, int, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Decrease command to decrease the target counter.
- prepareDecreaseCounters(byte, Map<Integer, Integer>) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Decrease Multiple command or multiple Decrease commands to decrease multiple target counters at the same time.
- prepareEarlyMutualAuthentication() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Requests to mutually authenticate the card and the terminal before the secure session is closed.
- prepareGetData(GetDataTag) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Adds a command APDU to retrieve the data indicated by the provided tag.
- prepareGetData(GetDataTag) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Adds a command APDU to retrieve the data indicated by the provided tag.
- prepareIncreaseCounter(byte, int, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Increase command to increase the target counter.
- prepareIncreaseCounters(byte, Map<Integer, Integer>) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Increase Multiple command or multiple Increase commands to increase multiple target counters at the same time.
- prepareInvalidate() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Invalidate command.
- prepareReadBinary(byte, int, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of one or multiple Read Binary commands to read all or part of the indicated Binary EF.
- prepareReadCounter(byte, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Read Records command to reads a record of the indicated EF, which should be a counter file.
- prepareReadCounterFile(byte, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Deprecated.Use
CardTransactionManager.prepareReadCounter(byte, int)
method instead. (will be soon removed) - prepareReadRecord(byte, int) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Adds a command APDU to read a single record from the indicated EF.
- prepareReadRecord(byte, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Read Records command to read a single record from the indicated EF.
- prepareReadRecordFile(byte, int) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Deprecated.Use
CalypsoCardSelection.prepareReadRecord(byte, int)
method instead. (will be soon removed) - prepareReadRecordFile(byte, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Deprecated.Use
CardTransactionManager.prepareReadRecord(byte, int)
method instead. (will be soon removed) - prepareReadRecordFile(byte, int, int, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Deprecated.Use
CardTransactionManager.prepareReadRecords(byte, int, int, int)
method instead. (will be soon removed) - prepareReadRecords(byte, int, int, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Read Records command to read one or more records from the indicated EF.
- prepareReadRecordsPartially(byte, int, int, int, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of one or multiple Read Record Multiple commands to read all or parts of multiple records of the indicated EF.
- prepareRehabilitate() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Rehabilitate command.
- prepareReleaseCardChannel() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Requests the closing of the card channel.
- prepareSearchRecords(SearchCommandData) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Search Record Multiple command to search data in the records of the indicated EF, from a given record to the last record of the file.
- prepareSelectFile(byte[]) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Deprecated.Use
CalypsoCardSelection.prepareSelectFile(short)
method instead. (will be soon removed) - prepareSelectFile(byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Deprecated.Use
CardTransactionManager.prepareSelectFile(short)
method instead. (will be soon removed) - prepareSelectFile(short) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Adds a command APDU to select an EF by its LID in the current DF.
- prepareSelectFile(short) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Select File command to select an EF by its LID in the current DF
- prepareSelectFile(SelectFileControl) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Adds a command APDU to select file according to the provided
SelectFileControl
enum entry indicating the navigation case: FIRST, NEXT or CURRENT. - prepareSelectFile(SelectFileControl) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Select File command using a navigation selectFileControl defined by the ISO standard.
- prepareSetCounter(byte, int, int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a command to set the value of the target counter.
- prepareSvDebit(int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
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.
- prepareSvDebit(int, byte[], byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
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.
- prepareSvGet(SvOperation, SvAction) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a SV Get command to prepare an SV operation or simply retrieves the current SV status.
- prepareSvReadAllLogs() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of Read Records commands to read all SV logs.
- prepareSvReload(int) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a SV Reload command to increase the current SV balance.
- prepareSvReload(int, byte[], byte[], byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a SV Reload command to increase the current SV balance and using the provided additional data.
- prepareUpdateBinary(byte, int, byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Update Binary command to replace the indicated data of a Binary file with the new data given from the indicated offset.
- prepareUpdateRecord(byte, int, byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Update Record command to overwrites the target file's record contents with the provided data.
- prepareVerifySignature(CommonSignatureVerificationData<?>) - Method in interface org.calypsonet.terminal.calypso.transaction.CommonTransactionManager
-
Schedules the execution of a "Data Cipher" or "PSO Verify Signature" SAM command.
- prepareWriteBinary(byte, int, byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Schedules the execution of a Write Binary command to write over the indicated data of a Binary file.
- prepareWriteRecord(byte, int, byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
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.
- PREVIOUS - org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileOccurrence
-
Previous occurrence.
- PRIME_REVISION_1 - org.calypsonet.terminal.calypso.card.CalypsoCard.ProductType
-
Card Calypso Prime revision 1.x
- PRIME_REVISION_2 - org.calypsonet.terminal.calypso.card.CalypsoCard.ProductType
-
Card Calypso Prime revision 2.x
- PRIME_REVISION_3 - org.calypsonet.terminal.calypso.card.CalypsoCard.ProductType
-
Card Calypso Prime revision 3.x
- processCancel() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Aborts a Secure Session.
- processCardCommands() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Deprecated.Use
CommonTransactionManager.processCommands()
instead. (will be soon removed) - processChangeKey(int, byte, byte, byte, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Replaces one of the current card keys with another key present in the SAM.
- processChangePin(byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Replaces the current PIN with the new value provided.
- processClosing() - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Terminates the Secure Session sequence started with
CardTransactionManager.processOpening(WriteAccessLevel)
. - processCommands() - Method in interface org.calypsonet.terminal.calypso.transaction.CommonTransactionManager
-
Process all previously prepared commands.
- processOpening(WriteAccessLevel) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Opens a Calypso Secure Session and then executes all previously prepared commands.
- processVerifyPin(byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CardTransactionManager
-
Performs a PIN verification, in order to authenticate the cardholder and/or unlock access to certain card files.
R
- ReaderIOException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates a communication error with the reader of the card or SAM.
- ReaderIOException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.ReaderIOException
- ReaderIOException(String, Throwable) - Constructor for exception org.calypsonet.terminal.calypso.transaction.ReaderIOException
-
Encapsulates a lower level exception.
- RELOAD - org.calypsonet.terminal.calypso.transaction.SvOperation
-
Increase the balance of the stored value
S
- SAM_C1 - org.calypsonet.terminal.calypso.sam.CalypsoSam.ProductType
-
SAM C1
- SAM_S1DX - org.calypsonet.terminal.calypso.sam.CalypsoSam.ProductType
-
SAM S1Dx
- SAM_S1E1 - org.calypsonet.terminal.calypso.sam.CalypsoSam.ProductType
-
SAM S1E1
- SamIOException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates a communication error with the SAM (e.g.
- SamIOException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.SamIOException
- SamIOException(String, Throwable) - Constructor for exception org.calypsonet.terminal.calypso.transaction.SamIOException
-
Encapsulates a lower level exception.
- SamRevocationServiceSpi - Interface in org.calypsonet.terminal.calypso.spi
-
Service to be implemented in order to check dynamically if a SAM is revoked.
- SamRevokedException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates that the SAM is revoked.
- SamRevokedException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.SamRevokedException
- SamSecuritySetting - Interface in org.calypsonet.terminal.calypso.transaction
-
Deprecated.Will be soon removed. Use dedicated crypto API instead (e.g. Terminal Calypso Crypto Legacy SAM API, Terminal Calypso Crypto Open SAM API, etc...).
- SamTransactionManager - Interface in org.calypsonet.terminal.calypso.transaction
-
Deprecated.Will be soon removed. Use dedicated crypto API instead (e.g. Terminal Calypso Crypto Legacy SAM API, Terminal Calypso Crypto Open SAM API, etc...).
- SearchCommandData - Interface in org.calypsonet.terminal.calypso.transaction
-
Contains the input/output data of the
CardTransactionManager.prepareSearchRecords(SearchCommandData)
method. - SelectFileControl - Enum in org.calypsonet.terminal.calypso
-
Enumeration of all expected behaviors of the selection command (see the specifics of this command in the ISO7816-4 standard and the Calypso specification).
- SelectFileException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates that the file selection failed because it was not found.
- SelectFileException(String, Throwable) - Constructor for exception org.calypsonet.terminal.calypso.transaction.SelectFileException
-
Encapsulates a lower level exception.
- SessionBufferOverflowException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates that the secure session cannot be performed atomically because the session buffer capacity is not sufficient to handle all the prepared write commands.
- SessionBufferOverflowException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.SessionBufferOverflowException
- setControlSamResource(CardReader, CalypsoSam) - Method in interface org.calypsonet.terminal.calypso.transaction.CommonSecuritySetting
-
Defines the control SAM and the reader through which it is accessible to be used to handle the relevant cryptographic operations.
- setData(byte[], byte[], byte, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CommonSignatureVerificationData
-
Sets the signed data, the associated signature and the KIF/KVC of the key to be used for the signature verification.
- setData(byte[], byte, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CommonSignatureComputationData
-
Sets the data to be signed and the KIF/KVC of the key to be used for the signature computation.
- setFileControlInformation(CalypsoCardSelection.FileControlInformation) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Sets the file control mode (see ISO7816-4).
- setFileOccurrence(CalypsoCardSelection.FileOccurrence) - Method in interface org.calypsonet.terminal.calypso.card.CalypsoCardSelection
-
Sets the file occurrence mode (see ISO7816-4).
- setKeyDiversifier(byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CommonSignatureComputationData
-
Sets a specific key diversifier to use before signing (optional).
- setKeyDiversifier(byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.CommonSignatureVerificationData
-
Sets a specific key diversifier to use before verifying the signature (optional).
- setMask(byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.SearchCommandData
-
Sets the mask of bits to take into account during the comparison (padded right with FFh if absent or incomplete).
- setOffset(int) - Method in interface org.calypsonet.terminal.calypso.transaction.SearchCommandData
-
Sets the offset in number of bytes from which the analysis should be performed within a record.
- setPinModificationCipheringKey(byte, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Sets the KIF/KVC pair of the PIN modification ciphering key.
- setPinVerificationCipheringKey(byte, byte) - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Sets the KIF/KVC pair of the PIN verification ciphering key.
- setSamResource(CardReader, CalypsoSam) - Method in interface org.calypsonet.terminal.calypso.transaction.CardSecuritySetting
-
Deprecated.Use
CommonSecuritySetting.setControlSamResource(CardReader, CalypsoSam)
instead. (will be soon removed) - setSamRevocationService(SamRevocationServiceSpi) - Method in interface org.calypsonet.terminal.calypso.transaction.CommonSecuritySetting
-
Sets the service to be used to dynamically check if a SAM is revoked or not.
- setSearchData(byte[]) - Method in interface org.calypsonet.terminal.calypso.transaction.SearchCommandData
-
Sets the data to search.
- setSfi(byte) - Method in interface org.calypsonet.terminal.calypso.transaction.SearchCommandData
-
Sets the SFI of the EF in which the search is to be performed.
- setSignatureSize(int) - Method in interface org.calypsonet.terminal.calypso.transaction.CommonSignatureComputationData
-
Sets the expected size of the signature in bytes, which can be between 1 and 8 bytes (optional).
- setUnlockData(String) - Method in interface org.calypsonet.terminal.calypso.sam.CalypsoSamSelection
-
Sets the lock value expected by the SAM to be unlocked (8 or 16 bytes).
- SIMULATED_COUNTERS - org.calypsonet.terminal.calypso.card.ElementaryFile.Type
-
A Simulated Counter EF is a linear file with a single record.
Simulated Counter EFs are present for compatibility with the Calypso Revision 2 access to simulated individual counters. - startAtRecord(int) - Method in interface org.calypsonet.terminal.calypso.transaction.SearchCommandData
-
Sets the number of the record where the search should begin.
- SvAction - Enum in org.calypsonet.terminal.calypso.transaction
-
Defines the type Stored Value of action.
- SvDebitLogRecord - Interface in org.calypsonet.terminal.calypso.card
-
Record of a Stored Value debit log.
- SvLoadLogRecord - Interface in org.calypsonet.terminal.calypso.card
-
Record of a Stored Value load log.
- SvOperation - Enum in org.calypsonet.terminal.calypso.transaction
-
Defines the type of Stored Value operation to be performed.
T
- TRACEABILITY_INFORMATION - org.calypsonet.terminal.calypso.GetDataTag
-
Product traceability information.
- TraceableSignatureComputationData - Interface in org.calypsonet.terminal.calypso.transaction
-
Contains the input/output data of the
CommonTransactionManager.prepareComputeSignature(CommonSignatureComputationData)
method for traceable signature computation using the "PSO Compute Signature" SAM command. - TraceableSignatureVerificationData - Interface in org.calypsonet.terminal.calypso.transaction
-
Contains the input/output data of the
CommonTransactionManager.prepareVerifySignature(CommonSignatureVerificationData)
method for traceable signature verification using the "PSO Verify Signature" SAM command.
U
- UnauthorizedKeyException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates that the card requires an unauthorized session key.
- UnauthorizedKeyException(String) - Constructor for exception org.calypsonet.terminal.calypso.transaction.UnauthorizedKeyException
- UNDO - org.calypsonet.terminal.calypso.transaction.SvAction
-
In the case of a
SvOperation.RELOAD
, loads a negative amount; in the case of aSvOperation.DEBIT
, cancels, totally or partially, a previous debit. - UnexpectedCommandStatusException - Exception in org.calypsonet.terminal.calypso.transaction
-
Indicates that an unexpected command status was returned by the card or SAM.
- UnexpectedCommandStatusException(String, Throwable) - Constructor for exception org.calypsonet.terminal.calypso.transaction.UnexpectedCommandStatusException
- UNKNOWN - org.calypsonet.terminal.calypso.card.CalypsoCard.ProductType
-
Application type is equal to 0 or FFh or if the data provided by the selection process is not properly formatted (bad TLV data).
- UNKNOWN - org.calypsonet.terminal.calypso.sam.CalypsoSam.ProductType
-
Unidentified smart card.
V
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.card.CalypsoCard.ProductType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileControlInformation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileOccurrence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.card.ElementaryFile.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.GetDataTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.sam.CalypsoSam.ProductType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.SelectFileControl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.transaction.SvAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.transaction.SvOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.calypsonet.terminal.calypso.WriteAccessLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.calypsonet.terminal.calypso.card.CalypsoCard.ProductType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileControlInformation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.calypsonet.terminal.calypso.card.CalypsoCardSelection.FileOccurrence
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.calypsonet.terminal.calypso.card.ElementaryFile.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.calypsonet.terminal.calypso.GetDataTag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.calypsonet.terminal.calypso.sam.CalypsoSam.ProductType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.calypsonet.terminal.calypso.SelectFileControl
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.calypsonet.terminal.calypso.transaction.SvAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.calypsonet.terminal.calypso.transaction.SvOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.calypsonet.terminal.calypso.WriteAccessLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION - Static variable in class org.calypsonet.terminal.calypso.CalypsoApiProperties
-
API version: "1.5"
W
- withoutBusyMode() - Method in interface org.calypsonet.terminal.calypso.transaction.TraceableSignatureComputationData
-
Disables the "Busy" mode.
- withoutBusyMode() - Method in interface org.calypsonet.terminal.calypso.transaction.TraceableSignatureVerificationData
-
Indicates that the signature has been computed in non "Busy" mode.
- withSamTraceabilityMode(int, boolean) - Method in interface org.calypsonet.terminal.calypso.transaction.TraceableSignatureComputationData
-
Enables the "SAM traceability" mode to securely record in the data to sign the SAM serial number and the value of the counter associated with the signing key.
- withSamTraceabilityMode(int, boolean, boolean) - Method in interface org.calypsonet.terminal.calypso.transaction.TraceableSignatureVerificationData
-
Indicates that the signature has been computed in "SAM traceability" mode and therefore whether the revocation status of the signing SAM should be checked or not.
- WriteAccessLevel - Enum in org.calypsonet.terminal.calypso
-
Enumeration of the write access levels for the Calypso card Secure Session.
All Classes All Packages