Cipher Member List
This is the complete list of members for
Cipher, including all inherited members.
alive() const | GenObject | [virtual] |
Bidir enum value (defined in Cipher) | Cipher | |
blockSize() const =0 | Cipher | [pure virtual] |
bufferFull(unsigned int len) const | Cipher | |
bufferSize(unsigned int len) const | Cipher | |
decrypt(void *outData, unsigned int len, const void *inpData=0)=0 | Cipher | [pure virtual] |
decrypt(DataBlock &data) | Cipher | [inline] |
Decrypt enum value (defined in Cipher) | Cipher | |
destruct() | GenObject | [virtual] |
Direction enum name | Cipher | |
direction(const char *name, Direction defdir=Bidir) | Cipher | [inline, static] |
directions() | Cipher | [inline, static] |
encrypt(void *outData, unsigned int len, const void *inpData=0)=0 | Cipher | [pure virtual] |
encrypt(DataBlock &data) | Cipher | [inline] |
Encrypt enum value (defined in Cipher) | Cipher | |
getObject(const String &name) const | Cipher | [virtual] |
initVector(const void *vect, unsigned int len, Direction dir=Bidir) | Cipher | [virtual] |
initVector(const DataBlock &vect, Direction dir=Bidir) | Cipher | [inline] |
initVectorSize() const | Cipher | [virtual] |
setKey(const void *key, unsigned int len, Direction dir=Bidir)=0 | Cipher | [pure virtual] |
setKey(const DataBlock &key, Direction dir=Bidir) | Cipher | [inline] |
toString() const | GenObject | [virtual] |
valid(Direction dir=Bidir) const | Cipher | [virtual] |
~Cipher() | Cipher | [virtual] |
~GenObject() | GenObject | [inline, virtual] |