JBoss
-
Frontpage
Two-way SSL connection with Tomcat and OC4J
Hey, hungry for security knowledge children, how are you doin’ these days ? Today I’ll show something really helpful. I guess someday you will have deal with the secure connection with some of the servlet containers. I can assure you, it’s not that scary, but simple and interesting, though. Anyway, let’s start: First of all, […]
-
Frontpage
XML signing
Sometimes people want to exchange information in a way which guarantees that the data being send is actually the data being received. One of the option for such communication is through signed XMLs. There are a few tutorials how to sign a XML, however none of them was particularly thorough. But first things first 🙂 […]