Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
encryption/decryption should work on streams.
axis2_output_stream_t *create_encryption_stream(..., axis2_output_stream *encrypted_stream)
Writing output on the returned stream should cause the corresponding binary (not base64-encoded) encrypted bytes to be written to encrypted_stream.
Similarly, for decryption
axis2_input_stream *create_decryption_stream(..., axis2_input_stream *encrypted_stream)