Card and Token Detail Page

Shows an overview of all information retrieved from a selected smart card or token

Starting form the readers page, when a token has been detected and recognized, a 'select' button can be used to start dumping all known information of the selected token:

Biometric Information

The first section of the 'Card Details Page' shows a visual representation of the card, this contains the 'biometric' information from a card. Note that this information can be retrieved when:

  • the smart card or token has a custom application exposing this information

  • the smart card or token has basic user information in the certificates present on the tokenC

The visual representation can vary depending on the selected token type (each card type is called a 'module' in the Trust1Connector context.

When a specific visual representation is not available for a given/selected token, the default visualization schema will be applied.

Trust1Team can add new token visualizations to the connector's extension framework.

The second part contains specific data for the selected token, and can vary depending on the schema used. In the given example, the address is not available in the card certificates, but is read out of the Belgian eID application directly. As this is feature which is not supported by all tokens, it is possible that the address is not visualized.

Certificates

The next section displays all available certificates from the token

Certificate Details

The certificate details perform a Certification Validation process. This is done using the Trust1Connector Validation Service, which is service hosted by Trust1Team.

The service is performing all validation needed and returns a 'color-code' accompanied by a short descriptive on the reponse obtained by the valdiation service.

The example, using the test card, shows a warning (as this is a test card):

When selecting the option 'Show Details', a short summary of the validation feedback can be obtianed:

When performing the same flow with a valid card, the result is the following:

Certificate Types

The retuned certificates are in base64 binary format. Future releases of the ReadMyCards will parse the obtained certificate and show the resulting certificate properties in a readable format.

The following ceritificate types are used by the connector:

Certificate TypeDescription

NON REPUDIATION CERTIFICATE

The certificate which is used to perform a digital signature

AUTHENTICATION CERTIFICATE

The certificate which is used to perform an authentication

ENCRYPTION CERTIFICATE

The certificate used for encpryption/decryption of payloads

ISSUER CERTIFICATE

The certificate used for validation of the read card data

INTERMEDIATE CERTIFICATE

The intermediate certificate of the issuer

ROOT CERTIFICATE

The root certificate of the issuer

Some tokens can have multiple certificates of the same type. Those are returned form the Trust1Connector and can be used in the application context. In the ReadMyCards application, only one will be displayed.

Last updated