Listing All Available Encryption and Decryption Algorithms

Retrieving the list of available encryption/decryption algorithms requires checking the services provided by all registered providers. The retrieved list of names can be used in creating a Cipher object.
// This method is implemented in Listing All Available Cryptographic Services String[] names = getCryptoImpls("Cipher");
An example of the output:
Blowfish DESede PBEWithMD5AndTripleDES TripleDES DES PBEWithMD5AndDES

Comments

1 May 2010 - 10:54pm by Anonymous (not verified)

image encryption and decryption in java programming

13 May 2010 - 3:21am by Anonymous (not verified)

Yes for image encryption and decryption. The image is just a stream which you can use
CipherOutputStream and CipherInputStream

Regards,
Alan Mehio
London, UK

16 Jun 2010 - 2:47am by John Eriksberg (not verified)

Thanks Alan Mehio for you precise answers. I have been following you on sun forum for threading,core,AWT and SWING; nice replies. All the best
Regards,
John Eriksberg
Sweden

2 Jul 2010 - 2:23pm by Anonymous (not verified)

thanks for the inf....

Post a comment

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image. Ignore spaces and be careful about upper and lower case.