|
VMime
|
This is the complete list of members for SASLMechanism, including all inherited members.
| decode(shared_ptr< SASLSession > sess, const byte_t *input, const size_t inputLen, byte_t **output, size_t *outputLen)=0 | SASLMechanism | pure virtual |
| encode(shared_ptr< SASLSession > sess, const byte_t *input, const size_t inputLen, byte_t **output, size_t *outputLen)=0 | SASLMechanism | pure virtual |
| getName() const =0 | SASLMechanism | pure virtual |
| hasInitialResponse() const =0 | SASLMechanism | pure virtual |
| isComplete() const =0 | SASLMechanism | pure virtual |
| object() | object | protected |
| object(const object &) | object | protected |
| operator=(const object &) | object | protected |
| step(shared_ptr< SASLSession > sess, const byte_t *challenge, const size_t challengeLen, byte_t **response, size_t *responseLen)=0 | SASLMechanism | pure virtual |
| ~object() | object | protectedvirtual |