How to Obtain Signer’s Details From JavaScript Signed Data
In a previous post I described how to sign data with only javascript. Now, this data should be used on the server side for something. Here is how a JavaContinue reading
In a previous post I described how to sign data with only javascript. Now, this data should be used on the server side for something. Here is how a JavaContinue reading
Important-er updates: Nothing below works anymore. Check this article. Important updates: this code won’t reliably work anymore. If you don’t need smartcard support, use the experimental web crypto API. IfContinue reading
I spent quite some time trying to find a solution for the following JSF issue: it is not possible to iterate over a java.util.Set. – ui:repeat (facelets) doesn’t work –Continue reading
While waiting for my eclipse to shut down, because the Flex Builder plugin again made it crash, I decided to write a little about my Flex experience. I’m now onContinue reading
I am forced to work with NetBeans (6.1) from time to time. We are creating a Desktop app, and hence NB’s Matisse is a good idea. But.. recently I startedContinue reading
As every hyped product, Google’s Android attracts developers attention. So did it with me, I downloaded the SDK, and starting coding some simple things. Let me summarize: I felt aContinue reading