| struct _xmlSecBuffer |
xmlSecBuffer: : the pointer to buffer data. : the current data size. : the max data size (allocated buffer size). : the buffer memory allocation mode.
Binary data buffer.
| Public Attributes | |
|---|---|
| xmlSecAllocMode | allocMode |
| xmlSecByte * | data |
| xmlSecSize | maxSize |
| xmlSecSize | size |