encryption/decryption should work on streams
--------------------------------------------

                 Key: AXIS2C-272
                 URL: http://issues.apache.org/jira/browse/AXIS2C-272
             Project: Axis2-C
          Issue Type: Improvement
          Components: rampart
    Affects Versions: Current (Nightly)
            Reporter: James Clark


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)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to