Discuss this help topic in SecureBlackbox Forum
Saves the key and initial vector to the stream.
Declaration
Parameters
- Stream - the stream to which the key must be saved.
- Buffer - the buffer to with the key and IV will be saved.
- Index - the index of the first byte in the buffer to which to start writing.
- Size - when the method is called, contains the size of the the buffer.
On exit contains the number of bytes, actually used.
Return value
Returns
Description
Use this method when you want to save the key and initial vector to the buffer or stream.
Discuss this help topic in SecureBlackbox Forum