Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Used to pass byte array input as part of a NameValuePairs object. More...
#include <algparam.h>
Public Member Functions | |
ByteArrayParameter (byte *data=NULL, unsigned int size=0) | |
Construct a ByteArrayParameter. More... | |
ByteArrayParameter (SecByteBlock &block) | |
Construct a ByteArrayParameter. More... | |
byte * | begin () const |
Pointer to the first byte in the memory block. More... | |
byte * | end () const |
Pointer beyond the last byte in the memory block. More... | |
size_t | size () const |
Length of the memory block. More... | |
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.