By Djkiou
via javacodegeeks.com
Published: Dec 05 2012 / 04:28
This post describes how to use the Java Cryptography Architecture (JCA) that allows you to use cryptographic services in your applications.The JCA provides a number of cryptographic services, like message digests and signatures. These services are accessible through service specific APIs, like MessageDigest and Signature.Cryptographic services abstract different algorithms. For digests, for instance, you could use MD5 or SHA1.
Add your comment