@@ -12,7 +12,7 @@ API. We use a PCSC plugin for real smart cards, and a Stub Plugin to simulates C
1212Each example can be run independently.
1313
1414* Use Case Calypso 1 – Explicit Selection (
15- Aid): [ UseCase1_ExplicitSelectionAid] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase1_ExplicitSelectionAid )
15+ Aid): [ UseCase1_ExplicitSelectionAid] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase1_ExplicitSelectionAid )
1616 * Check if a card is in the reader, attempt to select a ISO 14443-4 Calypso card defined by its AID and read a file
1717 record following the selection (simple plain read, not involving a Calypso SAM).
1818 * _ Explicit Selection_ means that the terminal application starts the card processing after the card presence has
@@ -22,7 +22,7 @@ Each example can be run independently.
2222 * For Stub plugin: [ ` Main_ExplicitSelectionAid_Stub.java ` ]
2323
2424* Use Case Calypso 2 – Scheduled
25- Selection: [ UseCase2_ScheduledSelection] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase2_ScheduledSelection )
25+ Selection: [ UseCase2_ScheduledSelection] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase2_ScheduledSelection )
2626 * Schedule a default selection of ISO 14443-4 Calypso card with a file record reading and set it to an observable
2727 reader, on card detection in case the Calypso selection is successful, notify the terminal application with the
2828 card data.
@@ -32,7 +32,7 @@ Each example can be run independently.
3232 * For Stub plugin: [ ` Main_ScheduledSelection_Stub.java ` ]
3333
3434* Use Case Calypso 3 – Selection of Calypso card Revision 1 (no
35- AID): [ UseCase3_Rev1Selection] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase3_Rev1Selection )
35+ AID): [ UseCase3_Rev1Selection] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase3_Rev1Selection )
3636 * Check if a card is in the reader, select a Calypso card Rev1 identified by its communication protocol, operate a
3737 simple Calypso card transaction (simple plain read, not involving a Calypso SAM).
3838 * _ Explicit Selection_ means that the terminal application starts the card processing after the card presence has
@@ -41,61 +41,61 @@ Each example can be run independently.
4141 * For PC/SC plugin: [ ` Main_Rev1Selection_Pcsc.java ` ]
4242
4343* Use Case Calypso 4 - Card Authentication (certified reading of a file
44- record): [ UseCase4_CardAuthentication] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase4_CardAuthentication )
44+ record): [ UseCase4_CardAuthentication] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase4_CardAuthentication )
4545 * Set up a card transaction using the Card Resource Service to process a basic Calypso Secure Session.
4646 * Real mode with PC/SC readers [ ` Main_CardAuthentication_Pcsc.java ` ]
4747 * Simulation mode (Stub Secure Elements included) [ ` Main_CardAuthentication_Stub.java ` ]
4848
4949* Use Case Calypso 5 - Multiple Session: illustrates the multiple session generation mechanism for managing the
5050 sending of modifying commands that exceed the capacity of the session
51- buffer: [ UseCase5_MultipleSession] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase5_MultipleSession )
51+ buffer: [ UseCase5_MultipleSession] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase5_MultipleSession )
5252 * Real mode with PC/SC readers [ ` Main_MultipleSession_Pcsc.java ` ]
5353
5454* Use Case Calypso 6 - PIN management: presentation of the PIN, attempts counter
55- reading: [ UseCase6_VerifyPin] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase6_VerifyPin )
55+ reading: [ UseCase6_VerifyPin] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase6_VerifyPin )
5656 * Real mode with PC/SC readers [ ` Main_VerifyPin_Pcsc.java ` ]
5757
5858* Use Case Calypso 7 - Stored Value reloading (out of Secure Session):
59- [ UseCase7_StoredValue_SimpleReloading] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase7_StoredValue_SimpleReloading )
59+ [ UseCase7_StoredValue_SimpleReloading] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase7_StoredValue_SimpleReloading )
6060 * Real mode with PC/SC readers [ ` Main_StoredValue_SimpleReloading_Pcsc.java ` ]
6161
6262* Use Case Calypso 8 - Stored Value debit within a Secure Session:
63- [ UseCase8_StoredValue_DebitInSession] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase8_StoredValue_DebitInSession )
63+ [ UseCase8_StoredValue_DebitInSession] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase8_StoredValue_DebitInSession )
6464 * Real mode with PC/SC readers [ ` Main_StoredValue_DebitInSession_Pcsc.java ` ]
6565
6666* Use Case Calypso 9 - Change PIN:
67- [ UseCase9_ChangePin] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase9_ChangePin )
67+ [ UseCase9_ChangePin] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase9_ChangePin )
6868 * Real mode with PC/SC readers [ ` Main_ChangePin_Pcsc.java ` ]
6969
7070* Use Case Calypso 10 - Session Trace TN #313 :
71- [ UseCase10_SessionTrace_TN313] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase10_SessionTrace_TN313 )
71+ [ UseCase10_SessionTrace_TN313] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase10_SessionTrace_TN313 )
7272 * Real mode with PC/SC readers [ ` Main_SessionTrace_TN313_Pcsc.java ` ]
7373
7474* Use Case Calypso 11 - Data signing:
75- [ UseCase11_DataSigning] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase11_DataSigning )
75+ [ UseCase11_DataSigning] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase11_DataSigning )
7676 * Real mode with PC/SC readers [ ` Main_DataSigning_Pcsc.java ` ]
7777
7878* Use Case Calypso 12 - Performance measurement (embedded validation):
79- [ UseCase12_PerformanceMeasurement_EmbeddedValidation] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase12_PerformanceMeasurement_EmbeddedValidation )
79+ [ UseCase12_PerformanceMeasurement_EmbeddedValidation] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase12_PerformanceMeasurement_EmbeddedValidation )
8080 * Real mode with PC/SC readers [ ` Main_PerformanceMeasurement_EmbeddedValidation_Pcsc.java ` ]
8181
8282* Use Case Calypso 13 - Performance measurement (distributed reloading):
83- [ UseCase13_PerformanceMeasurement_DistributedReloading] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase13_PerformanceMeasurement_DistributedReloading )
83+ [ UseCase13_PerformanceMeasurement_DistributedReloading] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase13_PerformanceMeasurement_DistributedReloading )
8484 * Real mode with PC/SC readers [ ` Main_PerformanceMeasurement_DistributedReloading_Pcsc.java ` ]
8585
8686* Use Case Calypso 14 - Read SAM counters and ceilings:
87- [ UseCase14_ReadLegacySamCountersAndCeilings] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase14_ReadLegacySamCountersAndCeilings )
87+ [ UseCase14_ReadLegacySamCountersAndCeilings] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase14_ReadLegacySamCountersAndCeilings )
8888 * Real mode with PC/SC readers [ ` Main_ReadLegacySamCountersAndCeilings_Pcsc.java ` ]
8989
9090* Use Case Calypso 15 - Secure session in extended mode with early authentication and data encryption:
91- [ UseCase15_ExtendedModeSession] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase15_ExtendedModeSession )
91+ [ UseCase15_ExtendedModeSession] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase15_ExtendedModeSession )
9292 * Real mode with PC/SC readers [ ` Main_ExtendedModeSession_Pcsc.java ` ]
9393
9494* Use Case Calypso 16 - Secure session in PKI mode:
95- [ UseCase16_PkiModeSession] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase16_PkiModeSession )
95+ [ UseCase16_PkiModeSession] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase16_PkiModeSession )
9696 * Real mode with PC/SC readers [ ` Main_PkiModeSession_Pcsc.java ` ]
9797
9898* Use Case Calypso 17 - PKI card pre-personalization:
99- [ UseCase17_PkiPrePersonalization] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse-keyple /keyple/card/calypso/example/UseCase17_PkiPrePersonalization )
99+ [ UseCase17_PkiPrePersonalization] ( https://github.com/eclipse-keyple/keyple-java-example/tree/main/Example_Card_Calypso/src/main/java/org/eclipse/keyple/card/calypso/example/UseCase17_PkiPrePersonalization )
100100 * Real mode with PC/SC readers [ ` Main_CardKeyPairGeneratedByCard_Pcsc.java ` ]
101101 * Real mode with PC/SC readers [ ` Main_CardKeyPairGeneratedByLegacySam_Pcsc.java ` ]
0 commit comments