Marius, here some answers
>>Hi,
>suppose my custom card uses T=1 but not the APDU commands, can the
opencard
>implementation of T=1 terminal side deal with that? What API is exposed to
>just send & receive blobs? Preferably the chaining and other T=1 issues
are
>resolved by the driver.
You can send any BLOB by constructing a CommandAPDU from a byte array:
byte[255] bytes= = ...;
CommandAPDU capdu = new CommandAPDU(bytes);
// obtain PassThruCardService (see programming guide on how to do that
rapdu = passThruCardService.sendCommandAPDU(capdu);
Peter Bendel, IBM
Visit the OpenCard Framework's WWW site at http://www.opencard.org/ for
access to documentation, code, presentations, and OCF announcements.
-----------------------------------------------------------------------------
To unsubscribe from the OCF Mailing list, send a mail to
"[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY of the
message.