Uses of Class
org.calypsonet.terminal.calypso.GetDataTag
-
Packages that use GetDataTag Package Description org.calypsonet.terminal.calypso Components used in applications to manage Calypso cards.org.calypsonet.terminal.calypso.card Calypso card data structures and selection API.org.calypsonet.terminal.calypso.transaction Calypso card transaction API. -
-
Uses of GetDataTag in org.calypsonet.terminal.calypso
Methods in org.calypsonet.terminal.calypso that return GetDataTag Modifier and Type Method Description static GetDataTag
GetDataTag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GetDataTag[]
GetDataTag. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GetDataTag in org.calypsonet.terminal.calypso.card
Methods in org.calypsonet.terminal.calypso.card with parameters of type GetDataTag Modifier and Type Method Description CalypsoCardSelection
CalypsoCardSelection. prepareGetData(GetDataTag tag)
Adds a command APDU to retrieve the data indicated by the provided tag. -
Uses of GetDataTag in org.calypsonet.terminal.calypso.transaction
Methods in org.calypsonet.terminal.calypso.transaction with parameters of type GetDataTag Modifier and Type Method Description CardTransactionManager
CardTransactionManager. prepareGetData(GetDataTag tag)
Adds a command APDU to retrieve the data indicated by the provided tag.
-