|
Security Scol plugin
|
Used to pass byte array input as part of a NameValuePairs object. More...
#include <algparam.h>
Public Member Functions | |
| ByteArrayParameter (byte *data=NULLPTR, unsigned int size=0) | |
| Construct a ByteArrayParameter. | |
| ByteArrayParameter (SecByteBlock &block) | |
| Construct a ByteArrayParameter. | |
| byte * | begin () const |
| Pointer to the first byte in the memory block. | |
| byte * | end () const |
| Pointer beyond the last byte in the memory block. | |
| size_t | size () const |
| Length of the memory block. | |
Used to pass byte array input as part of a NameValuePairs object.
Definition at line 98 of file algparam.h.
|
inline |
Construct a ByteArrayParameter.
| data | a memory buffer |
| size | the length of the memory buffer |
Definition at line 104 of file algparam.h.
|
inline |
Construct a ByteArrayParameter.
| block | a SecByteBlock |
Definition at line 109 of file algparam.h.
|
inline |
Pointer to the first byte in the memory block.
Definition at line 113 of file algparam.h.
|
inline |
Pointer beyond the last byte in the memory block.
Definition at line 115 of file algparam.h.
|
inline |
Length of the memory block.
Definition at line 117 of file algparam.h.