libcryptosec
ByteArray Member List

This is the complete list of members for ByteArray, including all inherited members.

at(int pos) constByteArray
ByteArray()ByteArray
ByteArray(unsigned int length)ByteArray
ByteArray(const unsigned char *data, unsigned int length)ByteArray
ByteArray(std::ostringstream *buffer)ByteArray
ByteArray(std::string data)ByteArray
ByteArray(char *data)ByteArray
ByteArray(int length)ByteArray
ByteArray(const ByteArray &value)ByteArray
copyFrom(unsigned char *data, unsigned int length)ByteArray
copyFrom(int offset, int length, ByteArray &data, int offset2)ByteArray
getDataPointer()ByteArray
operator xor(const ByteArray &left, const ByteArray &right)ByteArrayfriend
operator!=(const ByteArray &left, const ByteArray &right)ByteArrayfriend
operator=(const ByteArray &value)ByteArray
operator==(const ByteArray &left, const ByteArray &right)ByteArrayfriend
operator[](int pos)ByteArray
setDataPointer(unsigned char *data, unsigned int length)ByteArray
size() constByteArray
toHex()ByteArrayvirtual
toHex(char separator)ByteArrayvirtual
toStream()ByteArray
toString()ByteArrayvirtual
xOr(vector< ByteArray > &array)ByteArraystatic
~ByteArray()ByteArrayvirtual