Results 1 to 2 of 2
- 04-30-2010, 06:24 AM #1
Member
- Join Date
- Apr 2010
- Posts
- 4
- Rep Power
- 0
Integrating U-Prove technology using JavaSDK
Hi everyone!
Ok so I am like REALLY new to Java and have been given a project in it to work on and I'm stuck!
So a brief overview of the project! It involves integrating the U-Prove technology (an identity management framework; Microsoft's recent release) with one of the company products.
There are basically 3 roles implemented - the issuer, prover (user) and verifier. So the issuer and prover engage in an issuance protocol and the prover and verifier engage in a presentation protocol.
1. Issuer sets and distributes Issuer Parameters
2. Prover and Verifier validates issuer parameters on reception
(Token Issuance)
3. Issuer generates 1st issuance message
4. Prover generates 2nd issuance message
5. Issuer generates 3rd issuance message
4. Prover generates U-Prove Token (the fundamental element of the U-Prove technology)
(Token Presentation)
5. Prover chooses a token to use
6. Prover generates presentation proof
7. Prover transmits U-Prove token and presentation proof to verifier
8. Verifier verifies presentation proof
I have been able to run the sample program which involves all 3 roles together. Now I have to run the 3 parts on different JVMs. So the idea is to make the verifier keep running in an infinite loop in the background (I dunno how to do that) and it should verify the token whenever the Prover submits a a presentation proof and token to it.
HOW DO I DO IT?
The details of the code can be found here:
U-Prove Crypto SDK V1.0 (Java Edition) - Home
PLEASE SOMEONE HELP!! I will be VERY grateful!
- 05-03-2010, 08:01 AM #2
Member
- Join Date
- Apr 2010
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
Integrating java and flash
By ak88 in forum New To JavaReplies: 1Last Post: 01-18-2010, 03:41 PM -
Distribted TEchnology EJB
By kiran7881 in forum Enterprise JavaBeans (EJB)Replies: 1Last Post: 09-30-2009, 12:04 PM -
Integrating Eclipse Ganymede with Tomcat 5.0
By ajeeb in forum EclipseReplies: 0Last Post: 04-04-2009, 08:21 PM -
Is Java Case Sensitive???? Prove It
By j2vdk in forum New To JavaReplies: 53Last Post: 09-01-2008, 09:54 AM -
JMX Technology
By sureshjava in forum NetworkingReplies: 1Last Post: 01-29-2008, 04:53 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks