kamal kumar wrote: > Yes, "pkcs15-tool -C" enumerates the data objects. > But I want to make sure that opensc-pkcs11 module > support reading data objects.
I can read the CCC on the PIV card eith either of these: pkcs11-tool -r -y data -a "Card Capability Container" pkcs11-tool -r -y data --application-id 2.16.840.1.101.3.7.1.219.0 You have to pipe the stdout to a file or program as it is binary. But yuou can read it with pkcs11. > > Regards, > Kamal. > > --- "Douglas E. Engert" <[EMAIL PROTECTED]> wrote: > >> >> kamal kumar wrote: >>> Hi all, >>> Can we read data object from the smartcard using >>> opensc-pkcs11 module. I could not find the data >>> objects present in the card using "pkcs11-tool -O" >>> command. >> You can on the PIV with 0.11.3. So it might depend >> on the card >> and if it uses emulation, and the emulation >> simulates the objects. >> >> It could also be that the objects are hidden and >> need the pin first. >> >> Can you read them with the pkcs15-tool? >> >>> Please give your opinion. >>> >>> Regards, >>> Kamal. >>> >>> >>> > ____________________________________________________________________________________ >>> Park yourself in front of a world of choices in >> alternative vehicles. Visit the Yahoo! Auto Green >> Center. >>> http://autos.yahoo.com/green_center/ >>> _______________________________________________ >>> opensc-devel mailing list >>> [email protected] >>> > http://www.opensc-project.org/mailman/listinfo/opensc-devel >>> >> -- >> >> Douglas E. Engert <[EMAIL PROTECTED]> >> Argonne National Laboratory >> 9700 South Cass Avenue >> Argonne, Illinois 60439 >> (630) 252-5444 >> > > > > > ____________________________________________________________________________________Ready > for the edge of your seat? > Check out tonight's top picks on Yahoo! TV. > http://tv.yahoo.com/ > > -- Douglas E. Engert <[EMAIL PROTECTED]> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
