|
sipxportlib
Version 3.3
|
Crypto data operations. More...
#include <UtlCryptoData.h>
Public Member Functions | |
Creators | |
| UtlCryptoData (int initSize) | |
| Constructor. More... | |
| ~UtlCryptoData () | |
| Destructor. More... | |
Manipulators | |
| unsigned char * | data () |
| Get first element. More... | |
| unsigned char & | operator[] (int index) |
Get index element. More... | |
Inquiry | |
| unsigned char | operator[] (int index) const |
Get index element for read-only operation. More... | |
| int | size () const |
| Get size of data. More... | |
| void | resize (int newSize) |
| Shrink to actual size. More... | |
| UtlString | dumpHex () const |
| Dump data in humane-readable hex format. More... | |
Crypto data operations.
| UtlCryptoData | ( | int | initSize | ) |
Constructor.
| ~UtlCryptoData | ( | ) |
Destructor.
|
inline |
Get first element.
|
inline |
Get index element.
|
inline |
Get index element for read-only operation.
|
inline |
Get size of data.
| void resize | ( | int | newSize | ) |
Shrink to actual size.
| UtlString dumpHex | ( | ) | const |
Dump data in humane-readable hex format.
1.8.11