[ 
http://issues.apache.org/jira/browse/AXIS2C-272?page=comments#action_12456300 ] 
            
Malinda Kaushalye Kapuruge commented on AXIS2C-272:
---------------------------------------------------

Right now I'm using oxs_buffer to keep data in encryption and decryption 
processes. The implementation is working fine and it is specially designed for 
handling binary data. So I really don't think it is neccessary to go for stream 
implementation at this point. 
 

> 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
>         Assigned To: Malinda Kaushalye Kapuruge
>
> 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