List of all members.
Detailed Description
This class implements the standard encryption algorithm
Constructor & Destructor Documentation
| TStandardZipEncryption::TStandardZipEncryption |
( |
const IString & |
rPassword ) |
[inline] |
| virtual TStandardZipEncryption::~TStandardZipEncryption |
( |
) |
[inline, protected, virtual] |
Member Function Documentation
| void TStandardZipEncryption::decodeBuffer |
( |
TByteArray & |
rBuffer, |
|
|
Int |
iCount |
|
) |
| |
- See also:
- TAbstractCrypter::encode
| void TStandardZipEncryption::encodeBuffer |
( |
TByteArray & |
rBuffer, |
|
|
Int |
iCount |
|
) |
| |
- See also:
- TAbstractCrypter::encode
| Uint8 TStandardZipEncryption::encodeByte |
( |
Uint8 |
ucByte ) |
|
| virtual Int TStandardZipEncryption::getBlockSizeForDecoding |
( |
) |
const [inline, virtual] |
Returns the number of the bytes for decoding the data (cipher text to clear text)
Implements zeus::TAbstractCrypter.
| virtual Int TStandardZipEncryption::getBlockSizeForEncoding |
( |
) |
const [inline, virtual] |
Returns the number of the bytes for encoding the data (clear text to cipher text)
Implements zeus::TAbstractCrypter.
| virtual void TStandardZipEncryption::setKey |
( |
Uint64 |
uldKey ) |
[inline, virtual] |
| virtual void TStandardZipEncryption::setKey |
( |
const IByteArray & |
rKey ) |
[inline, virtual] |
| void TStandardZipEncryption::setPassword |
( |
const IString & |
rPassword ) |
[inline] |
The documentation for this class was generated from the following file: