CNullCipher Class Reference
class CNullCipher : public CStreamCipher |
Stream cipher that does no encryption or decryption, but simply returns the data given to it. From CBlockTransformation
Constructor & Destructor Documentation
Member Functions Documentation
DoProcess(TDes8 &)
void | DoProcess | ( | TDes8 & | aData | ) | [protected, virtual] |
DoProcess() pure virtual function, to be implemented by subclasses.
Parameters
TDes8 & aData | On input, text to be processed; on return, processed text. |
KeySize(void)
TInt
| KeySize | ( | void | | ) | const [virtual] |
Gets the key size in bits.
NewLC(void)
Creates a new CNullCipher object.
The returned pointer is put onto the cleanup stack.
Reset(void)
Resets the cipher back to its original state. Clears all its buffers.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.