CModeCBCDecryptor Class Reference
class CModeCBCDecryptor : public CBlockChainingMode |
Concrete subclass of CBlockChainingMode implementing CBC mode block chaining for decryption.
Constructor & Destructor Documentation
CModeCBCDecryptor()
CModeCBCDecryptor | ( | ) | [protected] |
~CModeCBCDecryptor(void)
~CModeCBCDecryptor | ( | void | | ) | [virtual] |
Member Functions Documentation
ConstructL(CBlockTransformation *, const TDesC8 &)
NewL(CBlockTransformation *, const TDesC8 &)
Creates an object of this class for CBC mode decryption.
Parameters
CBlockTransformation * aBT | An appropriate CBlockTransformation derived decryptor. |
const TDesC8 & aIV | Initialization vector, the length of this descriptor must be the same as the underlying cipher's block size. |
NewLC(CBlockTransformation *, const TDesC8 &)
Creates an object of this class for CBC mode decryption.
The returned pointer is put onto the cleanup stack.
Parameters
CBlockTransformation * aBT | An appropriate CBlockTransformation derived decryptor. |
const TDesC8 & aIV | Initialization vector, the length of this descriptor must be the same as the underlying cipher's block size. |
Transform(TDes8 &)
void | Transform | ( | TDes8 & | aBlock | ) | [virtual] |
Transforms the supplied block, returning the new value using the same parameter. aBlock.Size() must be the same length as BlockSize().
Parameters
TDes8 & aBlock | On input, the data to be transformed; on return, the data after transformation. |
operator=(const CModeCBCDecryptor &)
Member Data Documentation
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.