Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.0.0-alpha1
Description
Cipher InputStream and OuputStream are buffer-based, and the buffer is used to cache the encrypted data or result. Cipher InputStream is used to read encrypted data, and the result is plain text . Cipher OutputStream is used to write plain data and result is encrypted data.