Archive | May 23rd, 2008

Java Security Packages using JCA/JCE

May 23, 2008

0 Comments

In thistutorial, the author explains the cryptography-related concepts and packages in JDK,with code examples.Many of the concepts and technical terms thus learnt will be useful in understanding the Cryptography API in MFCalso. ————– There arethree security-related packages in JDK1.4, as follows: i)JCA/JCE(Java Cryptography Architecture & JavaCryptography Extensions) ii)JSSE( Java Secure-Sockets Extension). iii)JAAS( Java Authentication & [...]

email