Discuss this help topic in SecureBlackbox Forum
Loads the key and IV from the buffer or stream.
Declaration
Parameters
- Buffer - the buffer with the key and IV.
- Stream - the stream with the key and IV.
- Index - the index of the first byte in the buffer from which to start reading.
- Size - when the method is called, contains the size of the data in the buffer.
On exit contains the number of bytes, actually used.
- Count - specifies the number of bytes to be read. If this parameter is zero, the stream from current position till the end is read.
Default value is 0.
Return value
Returns
Description
Use this method to load the key and initial vector from the buffer or stream. The data can be loaded if it was previously saved using Save method.
Discuss this help topic in SecureBlackbox Forum