libcryptosec
|
This is the complete list of members for ByteArray, including all inherited members.
at(int pos) const | ByteArray | |
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) | ByteArray | friend |
operator!=(const ByteArray &left, const ByteArray &right) | ByteArray | friend |
operator=(const ByteArray &value) | ByteArray | |
operator==(const ByteArray &left, const ByteArray &right) | ByteArray | friend |
operator[](int pos) | ByteArray | |
setDataPointer(unsigned char *data, unsigned int length) | ByteArray | |
size() const | ByteArray | |
toHex() | ByteArray | virtual |
toHex(char separator) | ByteArray | virtual |
toStream() | ByteArray | |
toString() | ByteArray | virtual |
xOr(vector< ByteArray > &array) | ByteArray | static |
~ByteArray() | ByteArray | virtual |