BSUL::Base64Codec Class Reference
This class is used for Base64 based encoding and decoding . This class provides a method for encoding and decoding
Member Functions Documentation
Decode(const TDesC8 &, TDes8 &)
Parameters
| const TDesC8 & aSrcString | Source string |
| TDes8 & aDestString | Destination string |
Encode(const TDesC8 &, TDes8 &)
Parameters
| const TDesC8 & aSrcString | Source string |
| TDes8 & aDestString | Destination string |
Member Enumerations Documentation
Enum anonymous
This enum is used as padding charcter
Enum EMaskShiftValues
This is the list of shift values used for encoding and decoding
Enumerators
| ESix = 6 | |
| EFour = 4 | |
| ETwo = 2 | |
| EZero = 0 | |
Enum EMaskValues
This is the list of Bitmask used for encoding and decoding
Enumerators
| ESixBitMask = 0x3F | |
| EEightBitMask = 0xFF | |
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.