Java Card and OID Implementation

Hi
Has anyone used java card (Smart card) authentication and authorization with Oracle Internet Directory. Can it be done using the Identity Managment Component.
More specifically speaking , I want to create the trade partner user in internet directory and wants to enable the JAAS in oracle application server for authentication and authorization.
There are other types of users ( patient) who are having the biometric smart card (i.e. Java card). When these user swipes the finger, client based authentication is performed using the fingerprints and connects to the oid to get the authorization and personal details.
Please let me know the exact suggestion to implement these type of identification and authorizaiton. Please let me know if there is any oracle technical paper which addresses the mentioned problem.
Thanks in Advance.
with regards
Mazhar

I am interested in this also. We are currently trying to move our website to java card authentication with an OID directory. I know it has been done before but have not thoroughly researched it yet.

Similar Messages

  • Java card and reader/writer prices

    hi...I would like to know how much is a java card and how much is a reader/writer? thanks.

    You should implement your own session handling mechanism since the only type of session that is supported by JavaCard is HTTP, in version JC v3 (Connected version).
    Actually, I'm not even sure an HTTP session would suit your requirements.
    The easiest way to implement a session flag in your proposed system would be via a timestamp (saved in the Java Card applet).
    What does the following line mean?
    DOEACC@VIVS wrote:
    www.omnikey.com is best place

  • Where can I buy Java Card and get the JCOP?

    I have searched this forums to find out where I can buy Java Card and get the JCOP, but most links are disconnected and information is incorrect.
    Recently, if someone purchase small amount of the Java Card and get the JCOP, please share your information with me.
    I contacted the Gemalto, but they only sell big amount of Java Card to customers and I also contacted the usasmartcard.com several times via e-mail, phone and fax but they did not answer for my call. it seems they closed their business.
    I really want the information where I can buy small amount of Java Cards and get the JCOP.
    I will appreciate your reply.
    Thanks

    I searched through google and found the following shops:
    http://www.motechno.com/ibm-java-card-jcop.0.html?gclid=CK_IrtOfkY8CFRF_TAodazMRFg
    http://www.smartcardgroup.com/shop.php
    http://www.smartcardsource.com/
    Regarding the JCOP Tools you should contact NXP. Searching this forum will also help you.

  • Help:java card and rfid

    I searched a lot about java card and rfid, but don't have a clear idea about the relationship between the two. Please help me....

    They have NO common grounds.
    A java card needs a real "smart" processor because it contains a Java Virtual Machine, can do crypto and other stuff. The cost to produce one is in the multi dollar range. Some java cards can communicate contactless by "radio".
    RFID is the term to describe a very primitive device, all it can do is report a unique identification (ID) and it does this contactless (RF). the cost to produce one is in the cent range. You can use it to track products or containers or other stuff.
    Since RFID is also a very popular buzzword these days, the exact meaning of RFID varies.
    Of course, you could use a java card to play RFID tag, but that would be
    very expensive. Java cards are usually used for bank cards and similar applications.

  • Java Card and OCF

    I want to procure some Java Card, and on reader side i will be using Java card rmi client framework and OCF.
    I would like to know if a vendor says that its card support Java Card specification 2.2.1 is that enough for card to work with OCF or some thing else is also required.
    regards

    I want to procure some Java Card, and on reader side i will be using Java card rmi client framework and OCF.
    I would like to know if a vendor says that its card support Java Card specification 2.2.1 is that enough for card to work with OCF or some thing else is also required.
    regards

  • DVB-S card and MHP implementations on PC

    Is there some DVB cards and MHP implementations for PC (like middleware for STB) available that allow to receive and watch MHP content on PC or laptop (with usb DVB device)?

    None of the free implementations let you do this. I'm not sure if either of the commercial emulators do. These are not cheap, but if you really want to know, I would suggest that you ask Osmosys (www.osmosys.tv). Their MHP emulator for Windows seems to be the most mature.
    Steve

  • Java Card and J2ME

    Hi !
    I�m startying a project with java card, and , for example, I want to know if is possible an mobile phone consult a smart card status, how much credits he has ... etc.
    I Think I will use j2me too for this ... but It�s possible do this ?
    Thanks.
    []�s
    Johnny

    j2me is for programming in phone equipment. if you want to do something in sim card, I think that you must use java card also.
    sorry for my english

  • Java Card and SIM Card

    Hi all,
    can anyon eof u enlight me about the Java card and ordinary SIM card. Whether both are same or different?. If diffrent means can u give some more details too..
    Thanks in Advance
    Siva

    There are Java SIM cards on the market, and they comply with the Java Card specifications. Take a look at Schlumberger and Gemplu$ for more information.

  • Java card and PC/SC

    Hi,
    I am new to Java card and just start to play with the simulator. I am interested in buying a real card and PC/SC reader to have a real experience. Could anyone suggest a good card and the reader for it? Where I could buy it? I am in US.
    Thanks in advance!
    Newbie

    I bought a few of them in past but didn't work together. Not sure it is reader or card's problem. Do you think those two work together?
    http://www.usasmartcard.com/component/page,shop.product_details/flypage,shop.flypage/product_id,138/category_id,10/manufacturer_id,0/option,com_virtuemart/Itemid,26/
    and
    http://www.usasmartcard.com/shop/java-card_20/10404_137.html
    Thanks

  • Java Card and PKCS#11 or MS CSP

    Does anybody have any idea how Java Card could be integrated in an standard e-mail signing application, i.e. with Outlook, S/Mime, MS CSP and PC/SC or Netscape with PKCS#11 and PC/SC?
    My understanding is that with standard ISO Cards the connection e-mail client and smart card looks like this:
    | e-mail client | <-> | PKCS#11/MS CSP | <-> | ICC Service Providers | <-> | ICC Resource Manager | <-> | Interface Device Handler | <-> | Interface Device (SC reader) | <-> | Smart Card |
    How does this scenario look like with java cards?

    Hello,
    Thank you for the replay. I'm sorry for the delay, but I wasn't in my office a long time.
    Do you have any further informations about that scenario? It would help me a lot.
    I wand to know for example, how exactly the interface between MS CPS and the JAVA card app (the javacardx.crypto(Enc) packages) is implemented. Thank's in advance
    kay.

  • Java card and RSA

    Hello i want to know if someone have a begin of algo for the implementation of RSA in Java Card?
    thank you very much

    The first thing that you must do is to build a class that simulate BigInteger class; you have to define the four arithmetic operations(sum,multiply,division and subtraction) and then the modular operations which are required in RSA. See Donald Knuth, "The Art of Computer Programming vol.2"; it's a very interesting book about how implementing a class of arbitrary precision integers.

  • Java Card and Random Data

    Hello,
    i�m a student working with smart cards in my spare time. I�ve never
    worked with Java Cards before. As far as i know, instead of
    applications there are Java Applets on the Java Card. And instead of a
    native smart card OS there is the Java Card VM from Sun, with all its
    libraries.
    What i would like to know now is, how can i write a simple applet to
    generate for example a random number. According to Sun�s JC API 2.1.1
    there is a class called RandomData (in library javacard.security)
    which allows me to generate a random number. But this class is an
    abstract class. That means, i have to overwrite its abstract class
    functions setSeed(...) and generateData(...).
    Do i have to add the implementation code for these functions? How are
    these function calls handled to the JavaCard VM and to the hard ware
    of the Java Card? Does it depend on the possibilities of the hardware
    functionality of a Java Card?
    I would be very greatful if you could help me out with this.
    Sami

    You can call:
    RandomData r = RandomData.getInstance(RandomData.ALG_SECURE_RANDOM);
    Usually, the chips have hardware RNG and thus provide true random.

  • Java Card and Elliptic Curves

    Hi all,
    has anyone ever used Elliptic Curve cryptography on a Java Card? I can't find any documentation and sample code about this topic, although it should be implemented in the new java card specifications.
    I would like to use ECC instead of RSA for encrypting a message and verifying a signature on a java card with a EC pubkey.
    If anyone could provide me with sample code or hints, that would be very helpful!
    Thanks in advance,
    Matthias

    has anyone ever used Elliptic Curve cryptography on a
    Java Card? I can't find any documentation and sample
    code about this topic, although it should be
    implemented in the new java card specifications.No, it can (not should) be implemented. The implementation of all cryptographic algorithms is optional.
    I would like to use ECC instead of RSA for encrypting
    a message and verifying a signature on a java card
    with a EC pubkey.
    If anyone could provide me with sample code or hints,
    that would be very helpful!The sample code wouldn't be too complicated to create (should be very similar to using RSA) but where do you execute this code? All emulators/simulators and the real Java Cards I know do not support ECC.
    I only heard rumours that "Trusted Logic" has Java Cards which support ECC, but I haven't checked that.
    Jan

  • Default applets on brand new java card and spec support

    Hi,
    I have got brand new java card reader and real java card.
    I want to just access it using Java and see if I can access stuff on the java card before i go ahead with next things.
    I was thinking of just doing select on some applet which is present on brand new java card by default.
    1. Does anyone know if any default applet is present on java card?
    2. If yes, AID of that?
    3. Is there any APDU by which I can find out which java card spec that card supports?
    Btw, I am using Java Card 2.2.2 and the card i have should also have same support.
    Edited by: unic.man on Jul 12, 2008 2:11 AM

    >
    1. I know that any smart-card has a universally unique id which can be retrieved pro grammatically. Can you please tell me the APDU/API to retrieve it on Host app side? If not, card side at least?
    I don't know much about unique IDs but basically you've got the ATR which is given to you every time the card is powered on. The ATR identifies a particular family of cards. If you want to identify each card you need to have a look at the GET DATA command (in Global Platform) and especially the CPLC (Card Production Life Cycle). Apparently you can get a unique ID by combining the IC batch identifier and the IC serial number.
    2. I'm also struggling with deploying the app. It is not detecting the default installer applet via apdutool. I found some articles and netbeans plug-in talking about keys to download applet on card. Do you know standard keys/derivated keys to start secured channel?I don't think you can use the JCDK to install an applet on a real card. If you have a JCOP card I advise you to get the JCOP tools. And yes you will need the keys to establish a secure channel but I don't know what the default keys are on a JCOP card.

  • Java Card and PDA...

    Is it possible to develop a Java Card that can talk over a wireless
    connection, i.e., PDA or Cell phone? More to the point, is there a reader
    out there than can detect and read the Java card if it's within a few feet
    of the card?
    Thanks

    Certainly can do that through iso7816 apdu command
    wirelessly thru the combi smart card. Though I've
    never heard of such a reader. Currently 1 or 2 feets
    only as I know.
    Is it possible to develop a Java Card that can talk
    over a wireless
    connection, i.e., PDA or Cell phone? More to the
    point, is there a reader
    out there than can detect and read the Java card if
    it's within a few feet
    of the card?
    Thanks

Maybe you are looking for

  • AJUDA! Os emails enviados pelo meu ipad não são recebidos...não sei o que fazer.

    Pessoal, não consigo enviar emails pelo meu ipad, seja algum arquivo do ibook ou mesmo das páginas do Safari. Quando faço o comando de envio, fica parecendo q foi enviado, porém o email nunca chega. Preciso de ajuda...o meu é o ipad 3.

  • Can no longer sync photos via itunes

    iTunes has quit syncing photos to my devices (iPad, iPhone). First I noticed that some photos were not synced by comparing to original folder contents. I tried removing all photos by deselecting the Sync Photos option and deleting the iTunes Photo Ca

  • Windows Authentication on a Coldfusion Application

    Hi community! I am working on a coldfusion application and I had a meeting today to show my client my progress. The IT director asked if they could use Windows Authentication in the new program because the doctors and therapists forget everything. My

  • How do I add photos to etsy using Dropbox from my iPad?

    I am a brand new iPad user.  I need to create etsy listings and thought I would be able to do that with an iPad using files from Dropbox.  When I click on add photos nothing happens.  Is this not possible? Should I have gotten a MacBook air instead?

  • Good video glasses to use with iPod Classic 160

    There are a few manufactuers of video eyeware (glasses) but not many current reviews. I'd find them useful for airplane trips; the screen on the 'classic' is just too small for me to watch movies. I know that the video interface changed from g5 to g6