Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7569443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:10:01+00:00 2026-05-30T15:10:01+00:00

Does anyone have experience with reading eVRC (Electronic Vehicle Eegistration Cards), and APD U

  • 0

Does anyone have experience with reading eVRC (Electronic Vehicle Eegistration Cards), and APD U commands in JAVA?

Any example will be useful.

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T15:10:02+00:00Added an answer on May 30, 2026 at 3:10 pm

    I would strongly suggest you would go with the javax.smartcardio libraries. Note that there are some availability issues, such as for 64 bit and access conditions for 32 bits in the later Java runtime environments. That said, the APDU and CardTerminal interface is pretty neat compared to many other API’s dealing with APDU’s.

    [UPDATE] about the commands, this seems to be a simple file based card that does not perform any encryption, and employs a proprietary file structure within the specified DF. So the basic operation is: retrieve ATR, SELECT by AID, now you are in the DF (the root of the application). Then select each file using SELECT by File ID, followed by an X number of READ BINARY commands.

    E.g.

    send "00A4040C 0X <AID>" // SELECT DF aid was not given in document, so find this out, probably JRC
    send "00A40200 02 D001 00" // SELECT EF.Registration_A (and hopefully parse the response to get the file length)
    
    send "00B00000 00" // READ BINARY return up to 256 bytes or
    send "00B00005 XX" // READ BINARY return xx bytes, the number of bytes left, from offset 05
    

    That would be in Java (out of the top of my head):

    CommandAPDU command = new CommandAPDU(0x00, 0xA4, 0x02, 0x00, new byte[] { (byte) 0xD0, (byte) 0x01 }, 256);
    ResponseAPDU response = channel.send(command);
    

    Note that you might need to parse the first few bytes of the READ BINARY to find out the file length in a compatible way. Make sure you don’t read over the actual number of bytes still left as you might get any error basically. When looping, only count the number of bytes actually returned, not the (maximum) number requested.

    If you are using the smartcard IO libs, you only have to specify the first 4 bytes as the header, then the data (the length of the command data will be calculated for you) and then Ne, the maximum number of bytes you want returned (if applicable).

    The main pain is parsing the underlying BER structure and verifying the signature of course, but I consider that out of scope.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone have any experience getting MSTest to copy hibernate.cfg.xml properly to the output
Does anyone have an experience in processing (reading) ESRI shapefiles from C++? I have
Does anyone have experience using BNF in DecimalFormat? http://java.sun.com/docs/books/tutorial/i18n/format/decimalFormat.html See under Number Format Pattern
Does anyone have experience using the URL Rewrite Module (see here )? Can it
Does anyone have experience using makefiles for Visual Studio C++ builds (under VS 2005)
Does anyone have experience with LLVM , llvm-gcc , or Clang ? The whole
Does anyone have experience with algorithms for evaluating hypergeometric functions? I would be interested
Does anyone have experience with implementing OpenID on a non technical website? If you
Does anyone have experience developing with ESQL/C for INFORMIX-SQL, as in calling C funcs
Does anyone have experience writing professional OpenGL games on Windows? For the Mac, due

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.