I want to read tif file and encrypt it by aes. who can help me?

I have several questions:

1. is there a java api to read and write files tif. This api can read the header of tif (IFH) and add something to the header.
2. is there a java api to encypt the tif by AES file stream?

Thank you very much!!! each superman comes here and help me.
Thank you

1. is there a java api to read and write files tif. This api can read the header of tif (IFH) and add something to the header.

javax.imageio.ImageIO

2. is there a java api to encypt the tif by AES file stream?

javax.crypto.CipherOutputStream

Tags: Java

Similar Questions

Maybe you are looking for